Class InternalGroup

    • Constructor Detail

      • InternalGroup

        public InternalGroup()
    • Method Detail

      • getName

        public String getName()
      • getDescription

        public abstract String getDescription()
      • isVisibleToAll

        public abstract boolean isVisibleToAll()
      • getCreatedOn

        public abstract Instant getCreatedOn()
      • getMembers

        public abstract com.google.common.collect.ImmutableSet<Account.Id> getMembers()
      • getSubgroups

        public abstract com.google.common.collect.ImmutableSet<AccountGroup.UUID> getSubgroups()
      • getRefState

        public abstract org.eclipse.jgit.lib.ObjectId getRefState()