Class GetSubGroupsOfUserGroupApiRequest

java.lang.Object
com.github.jamesnetherton.zulip.client.api.core.ZulipApiRequest
com.github.jamesnetherton.zulip.client.api.user.request.GetSubGroupsOfUserGroupApiRequest
All Implemented Interfaces:
ExecutableApiRequest<List<Long>>

public class GetSubGroupsOfUserGroupApiRequest extends ZulipApiRequest implements ExecutableApiRequest<List<Long>>
Get the subgroups of a user group.
See Also:
  • Field Details

  • Constructor Details

    • GetSubGroupsOfUserGroupApiRequest

      public GetSubGroupsOfUserGroupApiRequest(ZulipHttpClient client, long userGroupId)
      Parameters:
      client - The Zulip HTTP client
      userGroupId - The ID of the user group
  • Method Details