@Beta public final class UpdateUserParams extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UpdateUserParams.Builder |
Modifier and Type | Method and Description |
---|---|
static UpdateUserParams.Builder |
create() |
static UpdateUserParams.Builder |
create(User user) |
String |
getDisplayName() |
UserEditor |
getEditor() |
String |
getEmail() |
PrincipalKey |
getKey() |
String |
getLogin() |
User |
update(User source) |
public PrincipalKey getKey()
public String getDisplayName()
public String getEmail()
public String getLogin()
public UserEditor getEditor()
public static UpdateUserParams.Builder create()
public static UpdateUserParams.Builder create(User user)