com.vk.api.sdk.actions.DownloadedGames Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Java library for VK API interaction, includes OAuth 2.0 authorization and API methods.
// 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