Uses of Class
com.github.jamesnetherton.zulip.client.api.user.request.AddUsersToGroupApiRequest
Packages that use AddUsersToGroupApiRequest
Package
Description
-
Uses of AddUsersToGroupApiRequest in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return AddUsersToGroupApiRequestModifier and TypeMethodDescriptionUserService.addUsersToGroup
(long groupId, long... userIds) Add sers to a group. -
Uses of AddUsersToGroupApiRequest in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request that return AddUsersToGroupApiRequestModifier and TypeMethodDescriptionAddUsersToGroupApiRequest.withAddSubGroups
(long... userGroupIds) Sets the list of user group IDs to be added to the user group.