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 NextStepConfigApi. setupCommPrefs(CommPrefsInput commPrefsInput)setup communications preferencesokhttp3.CallConfigApi. setupCommPrefsAsync(CommPrefsInput commPrefsInput, ApiCallback<NextStep> _callback)setup communications preferences (asynchronously)okhttp3.CallConfigApi. setupCommPrefsCall(CommPrefsInput commPrefsInput, ApiCallback _callback)Build call for setupCommPrefsApiResponse<NextStep>ConfigApi. 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)static CommPrefsInputCommPrefsInput. fromJson(String jsonString)Create an instance of CommPrefsInput given an JSON stringCommPrefsInputCommPrefsInput. securityUpdates(Boolean securityUpdates)
-