public abstract class InternalGroupCreation
extends java.lang.Object
An instance of InternalGroupCreation
is a blueprint for a group which should be
created.
Modifier and Type | Class and Description |
---|---|
static class |
InternalGroupCreation.Builder |
Constructor and Description |
---|
InternalGroupCreation() |
Modifier and Type | Method and Description |
---|---|
static InternalGroupCreation.Builder |
builder() |
abstract AccountGroup.UUID |
getGroupUUID()
Defines the UUID the group should have.
|
abstract AccountGroup.Id |
getId()
Defines the numeric ID the group should have.
|
abstract AccountGroup.NameKey |
getNameKey()
Defines the name the group should have.
|
public abstract AccountGroup.Id getId()
public abstract AccountGroup.NameKey getNameKey()
public abstract AccountGroup.UUID getGroupUUID()
public static InternalGroupCreation.Builder builder()