Package com.enonic.xp.security
Class UpdateRoleParams
- java.lang.Object
-
- com.enonic.xp.security.UpdateRoleParams
-
@PublicApi public final class UpdateRoleParams extends 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)
String
getDescription()
String
getDisplayName()
RoleEditor
getEditor()
PrincipalKey
getKey()
Role
update(Role source)
-
-
-
Method Detail
-
getKey
public PrincipalKey getKey()
-
getDisplayName
public String getDisplayName()
-
getEditor
public RoleEditor getEditor()
-
getDescription
public String getDescription()
-
create
public static UpdateRoleParams.Builder create()
-
create
public static UpdateRoleParams.Builder create(Role role)
-
-