Class GroupsDeleteCallbackServerQuery

    • Constructor Detail

      • GroupsDeleteCallbackServerQuery

        public GroupsDeleteCallbackServerQuery​(VkApiClient client,
                                               UserActor actor,
                                               int groupId,
                                               int serverId)
        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 1.
        serverId - value of "server id" parameter. Minimum is 0.
      • GroupsDeleteCallbackServerQuery

        public GroupsDeleteCallbackServerQuery​(VkApiClient client,
                                               GroupActor actor,
                                               int groupId,
                                               int serverId)
        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 1.
        serverId - value of "server id" parameter. Minimum is 0.