Uses of Class
com.github.jamesnetherton.zulip.client.api.user.request.GetUserGroupMembersApiRequest
Packages that use GetUserGroupMembersApiRequest
Package
Description
-
Uses of GetUserGroupMembersApiRequest in com.github.jamesnetherton.zulip.client.api.user
Methods in com.github.jamesnetherton.zulip.client.api.user that return GetUserGroupMembersApiRequestModifier and TypeMethodDescriptionUserService.getUserGroupMembers
(long userGroupId) Get user group members. -
Uses of GetUserGroupMembersApiRequest in com.github.jamesnetherton.zulip.client.api.user.request
Methods in com.github.jamesnetherton.zulip.client.api.user.request that return GetUserGroupMembersApiRequestModifier and TypeMethodDescriptionGetUserGroupMembersApiRequest.withDirectMemberOnly
(boolean isDirectMemberOnly) Sets Whether to consider only the direct members of user group and not members of its subgroups.