Uses of Class
com.github.jamesnetherton.zulip.client.api.user.request.UpdateUserGroupApiRequest
Packages that use UpdateUserGroupApiRequest
Package
Description
-
Uses of UpdateUserGroupApiRequest in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return UpdateUserGroupApiRequestModifier and TypeMethodDescriptionUserService.updateUserGroup
(long groupId) Updates a user group.UserService.updateUserGroup
(String name, String description, long groupId) Updates a user group. -
Uses of UpdateUserGroupApiRequest in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request that return UpdateUserGroupApiRequestModifier and TypeMethodDescriptionUpdateUserGroupApiRequest.withCanAddMembersGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to add members to this group.UpdateUserGroupApiRequest.withCanJoinMembersGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to join this group.UpdateUserGroupApiRequest.withCanLeaveGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to leave this group.UpdateUserGroupApiRequest.withCanManageGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to manage this group.UpdateUserGroupApiRequest.withCanMentionGroup
(long userGroupId) Deprecated, for removal: This API element is subject to removal in a future version.UpdateUserGroupApiRequest.withCanMentionGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to mention this group.UpdateUserGroupApiRequest.withCanRemoveMembersGroup
(UserGroupSetting userGroupSetting) Sets the users who have permission to remove members from this group.UpdateUserGroupApiRequest.withDescription
(String description) Sets the updated description of the user group.Sets the updated name of the user group.
withCanMentionGroup(UserGroupSetting)