Class InternalGroupCreation.Builder
- java.lang.Object
-
- com.google.gerrit.server.group.db.InternalGroupCreation.Builder
-
- Enclosing class:
- InternalGroupCreation
public abstract static class InternalGroupCreation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract 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
setNameKey(AccountGroup.NameKey name)
Defines the name the group should have
-
-
-
Method Detail
-
setId
public abstract InternalGroupCreation.Builder setId(AccountGroup.Id id)
Defines the name the group should have
-
setNameKey
public abstract InternalGroupCreation.Builder setNameKey(AccountGroup.NameKey name)
Defines the name the group should have
-
setGroupUUID
public abstract InternalGroupCreation.Builder setGroupUUID(AccountGroup.UUID groupUuid)
Defines the UUID the group should have
-
build
public abstract InternalGroupCreation build()
-
-