Uses of Class
io.lakefs.clients.sdk.model.CommPrefsInput
-
Packages that use CommPrefsInput Package Description io.lakefs.clients.sdk io.lakefs.clients.sdk.model -
-
Uses of CommPrefsInput in io.lakefs.clients.sdk
Methods in io.lakefs.clients.sdk with parameters of type CommPrefsInput Modifier and Type Method Description InternalApi.APIsetupCommPrefsRequestInternalApi. setupCommPrefs(CommPrefsInput commPrefsInput)setup communications preferences -
Uses of CommPrefsInput in io.lakefs.clients.sdk.model
Methods in io.lakefs.clients.sdk.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. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.CommPrefsInputCommPrefsInput. securityUpdates(Boolean securityUpdates)
-