Uses of Class
com.github.jamesnetherton.zulip.client.api.user.request.GetSubGroupsOfUserGroupApiRequest
Packages that use GetSubGroupsOfUserGroupApiRequest
Package
Description
-
Uses of GetSubGroupsOfUserGroupApiRequest in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return GetSubGroupsOfUserGroupApiRequestModifier and TypeMethodDescriptionUserService.getSubGroupsOfUserGroup
(long userGroupId) Get the subgroups of a user group. -
Uses of GetSubGroupsOfUserGroupApiRequest in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request that return GetSubGroupsOfUserGroupApiRequestModifier and TypeMethodDescriptionGetSubGroupsOfUserGroupApiRequest.withDirectSubGroupOnly
(boolean isDirectSubGroupOnly) Sets whether to consider only direct subgroups of the user group or subgroups of subgroups.