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