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.withCanMentionGroup
(long groupId) Sets the optional ID of the user group whose members are allowed to mention the new user group.