Uses of Class
io.lakefs.clients.api.model.CommPrefsInput
-
Packages that use CommPrefsInput Package Description io.lakefs.clients.api io.lakefs.clients.api.model -
-
Uses of CommPrefsInput in io.lakefs.clients.api
Methods in io.lakefs.clients.api with parameters of type CommPrefsInput Modifier and Type Method Description voidInternalApi. setupCommPrefs(CommPrefsInput commPrefsInput)setup communications preferencesokhttp3.CallInternalApi. setupCommPrefsAsync(CommPrefsInput commPrefsInput, ApiCallback<Void> _callback)setup communications preferences (asynchronously)okhttp3.CallInternalApi. setupCommPrefsCall(CommPrefsInput commPrefsInput, ApiCallback _callback)Build call for setupCommPrefsApiResponse<Void>InternalApi. setupCommPrefsWithHttpInfo(CommPrefsInput commPrefsInput)setup communications preferences -
Uses of CommPrefsInput in io.lakefs.clients.api.model
Methods in io.lakefs.clients.api.model that return CommPrefsInput Modifier and Type Method Description CommPrefsInputCommPrefsInput. email(String email)CommPrefsInputCommPrefsInput. featureUpdates(Boolean featureUpdates)CommPrefsInputCommPrefsInput. securityUpdates(Boolean securityUpdates)
-