Package com.enonic.xp.security
Class UpdateUserParams
- java.lang.Object
-
- com.enonic.xp.security.UpdateUserParams
-
@PublicApi public final class UpdateUserParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateUserParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateUserParams.Buildercreate()static UpdateUserParams.Buildercreate(User user)StringgetDisplayName()UserEditorgetEditor()StringgetEmail()PrincipalKeygetKey()StringgetLogin()Userupdate(User source)
-
-
-
Method Detail
-
getKey
public PrincipalKey getKey()
-
getDisplayName
public String getDisplayName()
-
getEmail
public String getEmail()
-
getLogin
public String getLogin()
-
getEditor
public UserEditor getEditor()
-
create
public static UpdateUserParams.Builder create()
-
create
public static UpdateUserParams.Builder create(User user)
-
-