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