Class InternalGroupCreation.Builder
java.lang.Object
com.google.gerrit.server.group.db.InternalGroupCreation.Builder
- Enclosing class:
InternalGroupCreation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract InternalGroupCreation
build()
abstract InternalGroupCreation.Builder
setGroupUUID
(AccountGroup.UUID groupUuid) Defines the UUID the group should haveabstract InternalGroupCreation.Builder
setId
(AccountGroup.Id id) Defines the name the group should haveabstract InternalGroupCreation.Builder
Defines the name the group should have
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setId
Defines the name the group should have -
setNameKey
Defines the name the group should have -
setGroupUUID
Defines the UUID the group should have -
build
-