Package com.vk.api.sdk.actions
Class DownloadedGames
- java.lang.Object
-
- com.vk.api.sdk.client.AbstractAction
-
- com.vk.api.sdk.actions.DownloadedGames
-
public class DownloadedGames extends AbstractAction
List of DownloadedGames methods
-
-
Constructor Summary
Constructors Constructor Description DownloadedGames(VkApiClient client)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadedGamesGetPaidStatusQueryWithStatusgetPaidStatusStatus(UserActor actor)-
Methods inherited from class com.vk.api.sdk.client.AbstractAction
getClient
-
-
-
-
Constructor Detail
-
DownloadedGames
public DownloadedGames(VkApiClient client)
Constructor- Parameters:
client- vk api client
-
-
Method Detail
-
getPaidStatusStatus
public DownloadedGamesGetPaidStatusQueryWithStatus getPaidStatusStatus(UserActor actor)
- Parameters:
actor- vk actor- Returns:
- query
-
-