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.withCanMentionGroup
(long oldGroupId, long newGroupId) Sets the optional ID of the user group whose members are allowed to mention the new user group.UpdateUserGroupApiRequest.withDescription
(String description) Sets the updated description of the user group.Sets the updated name of the user group.