Class UserManagement.UpdateParams
-
- All Implemented Interfaces:
public final class UserManagement.UpdateParamsData class used for wrapping parameters used with User updates
-
-
Field Summary
Fields Modifier and Type Field Description private final NameDatanameprivate final Map<String, Object>untrustedMetadata
-
Constructor Summary
Constructors Constructor Description UserManagement.UpdateParams(NameData name, Map<String, Object> untrustedMetadata)UserManagement.UpdateParams(NameData name)UserManagement.UpdateParams()
-
Method Summary
Modifier and Type Method Description final NameDatagetName()the name of the user final Map<String, Object>getUntrustedMetadata()a map of untrusted metadata to assign to the user -
-
Method Detail
-
getName
final NameData getName()
the name of the user
-
getUntrustedMetadata
final Map<String, Object> getUntrustedMetadata()
a map of untrusted metadata to assign to the user
-
-
-
-