java.lang.Object
com.github.jamesnetherton.zulip.client.api.user.UserGroup

public class UserGroup extends Object
Defines a Zulip user group.
  • Constructor Details

    • UserGroup

      public UserGroup()
  • Method Details

    • getId

      public long getId()
    • getDescription

      public String getDescription()
    • getName

      public String getName()
    • getMembers

      public List<Long> getMembers()
    • getDirectSubgroupIds

      public List<Long> getDirectSubgroupIds()
    • isSystemGroup

      public boolean isSystemGroup()
    • getCanMentionGroup

      public long getCanMentionGroup()