Interface GroupDescription.Basic

    • Method Detail

      • 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.