Package com.enonic.xp.security
Class UpdateRoleParams
- java.lang.Object
-
- com.enonic.xp.security.UpdateRoleParams
-
@Beta public final class UpdateRoleParams extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateRoleParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateRoleParams.Builder
create()
static UpdateRoleParams.Builder
create(Role role)
java.lang.String
getDescription()
java.lang.String
getDisplayName()
RoleEditor
getEditor()
PrincipalKey
getKey()
Role
update(Role source)
-
-
-
Method Detail
-
getKey
public PrincipalKey getKey()
-
getDisplayName
public java.lang.String getDisplayName()
-
getEditor
public RoleEditor getEditor()
-
getDescription
public java.lang.String getDescription()
-
create
public static UpdateRoleParams.Builder create()
-
create
public static UpdateRoleParams.Builder create(Role role)
-
-