Interface GroupDescription.Basic

All Known Subinterfaces:
GroupDescription.Internal
All Known Implementing Classes:
InternalGroupDescription
Enclosing class:
GroupDescription

public static interface GroupDescription.Basic
The Basic information required to be exposed by any Group.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns optional email address to send to the group's members.
    Returns the non-null UUID of the group.
    Returns the non-null name of the group.
    Returns optional URL to information about the group.
  • Method Details

    • getGroupUUID

      AccountGroup.UUID getGroupUUID()
      Returns the non-null UUID of the group.
    • getName

      String getName()
      Returns the non-null name of the group.
    • getEmailAddress

      String getEmailAddress()
      Returns optional email address to send to the group's members. If provided, Gerrit will use this email address to send change notifications to the group.
    • getUrl

      String getUrl()
      Returns optional URL to information about the group. Typically a URL to a web page that permits users to apply to join the group, or manage their membership.