Class GroupsGetCallbackServersQuery

java.lang.Object

public class GroupsGetCallbackServersQuery
extends AbstractQueryBuilder<GroupsGetCallbackServersQuery,​GetCallbackServersResponse>
Query for Groups.getCallbackServers method
  • Constructor Details

    • GroupsGetCallbackServersQuery

      public GroupsGetCallbackServersQuery​(VkApiClient client, UserActor actor, int groupId)
      Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
      Parameters:
      client - VK API client
      actor - actor with access token
      groupId - value of "group id" parameter. Minimum is 0.
    • GroupsGetCallbackServersQuery

      public GroupsGetCallbackServersQuery​(VkApiClient client, GroupActor actor, int groupId)
      Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
      Parameters:
      client - VK API client
      actor - actor with access token
      groupId - value of "group id" parameter. Minimum is 0.
  • Method Details