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 classUpdateRoleParams.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateRoleParams.Buildercreate()static UpdateRoleParams.Buildercreate(Role role)StringgetDescription()StringgetDisplayName()RoleEditorgetEditor()PrincipalKeygetKey()Roleupdate(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)
-
-