Package com.google.gerrit.entities
Class InternalGroup
java.lang.Object
com.google.gerrit.entities.InternalGroup
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InternalGroup.Builder
builder()
abstract Instant
abstract String
abstract AccountGroup.UUID
abstract AccountGroup.Id
getId()
abstract com.google.common.collect.ImmutableSet<Account.Id>
getName()
abstract AccountGroup.NameKey
abstract AccountGroup.UUID
abstract org.eclipse.jgit.lib.ObjectId
abstract com.google.common.collect.ImmutableSet<AccountGroup.UUID>
abstract boolean
abstract InternalGroup.Builder
-
Constructor Details
-
InternalGroup
public InternalGroup()
-
-
Method Details
-
getId
-
getName
-
getNameKey
-
getDescription
-
getOwnerGroupUUID
-
isVisibleToAll
public abstract boolean isVisibleToAll() -
getGroupUUID
-
getCreatedOn
-
getMembers
-
getSubgroups
-
getRefState
public abstract org.eclipse.jgit.lib.ObjectId getRefState() -
toBuilder
-
builder
-