Class InternalGroupCreation
java.lang.Object
com.google.gerrit.server.group.db.InternalGroupCreation
Definition of all properties necessary for a group creation.
An instance of InternalGroupCreation
is a blueprint for a group which should be
created.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
abstract AccountGroup.UUID
Defines the UUID the group should haveabstract AccountGroup.Id
getId()
Defines the numeric ID the group should haveabstract AccountGroup.NameKey
Defines the name the group should have
-
Constructor Details
-
InternalGroupCreation
public InternalGroupCreation()
-
-
Method Details
-
getId
Defines the numeric ID the group should have -
getNameKey
Defines the name the group should have -
getGroupUUID
Defines the UUID the group should have -
builder
-