Package com.google.gerrit.entities
Interface GroupDescription.Internal
- All Superinterfaces:
GroupDescription.Basic
- All Known Implementing Classes:
InternalGroupDescription
- Enclosing class:
- GroupDescription
The extended information exposed by internal groups.
-
Method Summary
Methods inherited from interface com.google.gerrit.entities.GroupDescription.Basic
getEmailAddress, getGroupUUID, getName, getUrl
-
Method Details
-
getId
AccountGroup.Id getId() -
getDescription
String getDescription() -
getOwnerGroupUUID
AccountGroup.UUID getOwnerGroupUUID() -
isVisibleToAll
boolean isVisibleToAll() -
getCreatedOn
Instant getCreatedOn() -
getMembers
Set<Account.Id> getMembers() -
getSubgroups
Set<AccountGroup.UUID> getSubgroups()
-