All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vk.api.sdk.actions.DownloadedGames Maven / Gradle / Ivy

Go to download

Java library for VK API interaction, includes OAuth 2.0 authorization and API methods.

There is a newer version: 1.0.16
Show newest version
// Autogenerated from vk-api-schema. Please don't edit it manually.
package com.vk.api.sdk.actions;

import com.vk.api.sdk.client.AbstractAction;
import com.vk.api.sdk.client.VkApiClient;
import com.vk.api.sdk.client.actors.UserActor;
import com.vk.api.sdk.queries.downloadedgames.DownloadedGamesGetPaidStatusQueryWithStatus;

/**
 * List of DownloadedGames methods
 */
public class DownloadedGames extends AbstractAction {
    /**
     * Constructor
     *
     * @param client vk api client
     */
    public DownloadedGames(VkApiClient client) {
        super(client);
    }

    /**
     * @param actor vk actor
     * @return query
     */
    public DownloadedGamesGetPaidStatusQueryWithStatus getPaidStatusStatus(UserActor actor) {
        return new DownloadedGamesGetPaidStatusQueryWithStatus(getClient(), actor);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy