Uses of Class
com.github.jamesnetherton.zulip.client.api.user.UserGroupSetting
Packages that use UserGroupSetting
Package
Description
-
Uses of UserGroupSetting in com.github.jamesnetherton.zulip.client.api.stream
Methods in com.github.jamesnetherton.zulip.client.api.stream that return UserGroupSettingModifier and TypeMethodDescriptionStream.canRemoveSubscribersGroup()
Stream.getCanAddSubscribersGroup()
Stream.getCanAdministerChannelGroup()
Stream.getCanRemoveSubscribersGroup()
Stream.getCanSendMessageGroup()
Stream.getCanSubscribeGroup()
-
Uses of UserGroupSetting in com.github.jamesnetherton.zulip.client.api.stream.request
Methods in com.github.jamesnetherton.zulip.client.api.stream.request with parameters of type UserGroupSettingModifier and TypeMethodDescriptionUpdateStreamApiRequest.withCanAddSubscribersGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to add others to this stream.UpdateStreamApiRequest.withCanAdministerChannelGroup
(UserGroupSetting userGroupSetting) Set the users who have permission to administer this streamUpdateStreamApiRequest.withCanRemoveSubscribersGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to unsubscribe others from this stream.UpdateStreamApiRequest.withCanSendMessageGroup
(UserGroupSetting userGroupSetting) Set the users who have permission to post in this streamUpdateStreamApiRequest.withCanSubscribeGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to subscribe themselves to this stream -
Uses of UserGroupSetting in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return UserGroupSettingModifier and TypeMethodDescriptionUserGroup.getCanAddMembersGroup()
UserGroup.getCanJoinGroup()
UserGroup.getCanLeaveGroup()
UserGroup.getCanManageGroup()
UserGroup.getCanMentionGroup()
UserGroup.getCanRemoveMembersGroup()
static UserGroupSetting
UserGroupSetting.of
(long userGroupId) Creates a UserGroupSetting with the given user group ID.static UserGroupSetting
Creates a UserGroupSetting with the given user group direct members or direct subgroups.Methods in com.github.jamesnetherton.zulip.client.api.user with parameters of type UserGroupSettingModifier and TypeMethodDescriptionvoid
UserGroupSettingSerializer.serialize
(UserGroupSetting userGroupSetting, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) -
Uses of UserGroupSetting in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request with parameters of type UserGroupSettingModifier and TypeMethodDescriptionCreateUserGroupApiRequest.withCanAddMembersGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to add members to this group.UpdateUserGroupApiRequest.withCanAddMembersGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to add members to this group.CreateUserGroupApiRequest.withCanJoinMembersGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to join this group.UpdateUserGroupApiRequest.withCanJoinMembersGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to join this group.CreateUserGroupApiRequest.withCanLeaveGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to leave this group.UpdateUserGroupApiRequest.withCanLeaveGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to leave this group.CreateUserGroupApiRequest.withCanManageGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to manage this group.UpdateUserGroupApiRequest.withCanManageGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to manage this group.CreateUserGroupApiRequest.withCanMentionGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to mention this group.UpdateUserGroupApiRequest.withCanMentionGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to mention this group.CreateUserGroupApiRequest.withCanRemoveMembersGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to remove members from this group.UpdateUserGroupApiRequest.withCanRemoveMembersGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to remove members from this group.