public static interface GroupDescription.Internal extends GroupDescription.Basic
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getCreatedOn() |
java.lang.String |
getDescription() |
AccountGroup.Id |
getId() |
java.util.Set<Account.Id> |
getMembers() |
AccountGroup.UUID |
getOwnerGroupUUID() |
java.util.Set<AccountGroup.UUID> |
getSubgroups() |
boolean |
isVisibleToAll() |
getEmailAddress, getGroupUUID, getName, getUrl
AccountGroup.Id getId()
java.lang.String getDescription()
AccountGroup.UUID getOwnerGroupUUID()
boolean isVisibleToAll()
java.sql.Timestamp getCreatedOn()
java.util.Set<Account.Id> getMembers()
java.util.Set<AccountGroup.UUID> getSubgroups()