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()
    • isDeactivated

      public boolean isDeactivated()
    • getCanAddMembersGroup

      public UserGroupSetting getCanAddMembersGroup()
    • getCanJoinGroup

      public UserGroupSetting getCanJoinGroup()
    • getCanLeaveGroup

      public UserGroupSetting getCanLeaveGroup()
    • getCanManageGroup

      public UserGroupSetting getCanManageGroup()
    • getCanMentionGroup

      public UserGroupSetting getCanMentionGroup()
    • getCanRemoveMembersGroup

      public UserGroupSetting getCanRemoveMembersGroup()