Uses of Class
com.github.jamesnetherton.zulip.client.api.user.request.CreateUserGroupApiRequest
Packages that use CreateUserGroupApiRequest
Package
Description
-
Uses of CreateUserGroupApiRequest in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return CreateUserGroupApiRequestModifier and TypeMethodDescriptionUserService.createUserGroup
(String name, String description, long... userIds) Create a new user group. -
Uses of CreateUserGroupApiRequest in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request that return CreateUserGroupApiRequestModifier and TypeMethodDescriptionCreateUserGroupApiRequest.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.CreateUserGroupApiRequest.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.CreateUserGroupApiRequest.withCanMentionGroup
(long groupId) Deprecated, for removal: This API element is subject to removal in a future version.CreateUserGroupApiRequest.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.
withCanMentionGroup(UserGroupSetting)