Package com.vk.api.sdk.queries.storage
Class StorageGetQueryWithV5110
- java.lang.Object
-
- com.vk.api.sdk.client.ApiRequest<R>
-
- com.vk.api.sdk.client.AbstractQueryBuilder<StorageGetQueryWithV5110,java.util.List<GetV5110Response>>
-
- com.vk.api.sdk.queries.storage.StorageGetQueryWithV5110
-
public class StorageGetQueryWithV5110 extends AbstractQueryBuilder<StorageGetQueryWithV5110,java.util.List<GetV5110Response>>
Query for Storage.get method
-
-
Constructor Summary
Constructors Constructor Description StorageGetQueryWithV5110(VkApiClient client, GroupActor actor)Creates a AbstractQueryBuilder instance that can be used to build api request with various parametersStorageGetQueryWithV5110(VkApiClient client, ServiceActor actor)Creates a AbstractQueryBuilder instance that can be used to build api request with various parametersStorageGetQueryWithV5110(VkApiClient client, UserActor actor)Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.List<java.lang.String>essentialKeys()Get list of required parameter namesprotected StorageGetQueryWithV5110getThis()Get reference to this objectStorageGetQueryWithV5110key(java.lang.String value)Set keyStorageGetQueryWithV5110keys(java.lang.String... value)keys Set keysStorageGetQueryWithV5110keys(java.util.List<java.lang.String> value)Set keysStorageGetQueryWithV5110userId(java.lang.Integer value)Set user id-
Methods inherited from class com.vk.api.sdk.client.AbstractQueryBuilder
accessToken, build, captchaKey, captchaSid, clientSecret, confirm, getBody, getMethod, getParams, lang, toString, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version
-
Methods inherited from class com.vk.api.sdk.client.ApiRequest
execute, executeAsRaw, executeAsString, getClient, getGson, getHeaders, getResponseClass, getUrl, setHeaders
-
-
-
-
Constructor Detail
-
StorageGetQueryWithV5110
public StorageGetQueryWithV5110(VkApiClient client, UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters- Parameters:
client- VK API clientactor- actor with access token
-
StorageGetQueryWithV5110
public StorageGetQueryWithV5110(VkApiClient client, GroupActor actor)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters- Parameters:
client- VK API clientactor- actor with access token
-
StorageGetQueryWithV5110
public StorageGetQueryWithV5110(VkApiClient client, ServiceActor actor)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters- Parameters:
client- VK API clientactor- actor with access token
-
-
Method Detail
-
key
public StorageGetQueryWithV5110 key(java.lang.String value)
Set key- Parameters:
value- value of "key" parameter.- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
userId
public StorageGetQueryWithV5110 userId(java.lang.Integer value)
Set user id- Parameters:
value- value of "user id" parameter. Minimum is 0.- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
keys
public StorageGetQueryWithV5110 keys(java.lang.String... value)
keys Set keys- Parameters:
value- value of "keys" parameter.- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
keys
public StorageGetQueryWithV5110 keys(java.util.List<java.lang.String> value)
Set keys- Parameters:
value- value of "keys" parameter.- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
getThis
protected StorageGetQueryWithV5110 getThis()
Description copied from class:AbstractQueryBuilderGet reference to this object- Specified by:
getThisin classAbstractQueryBuilder<StorageGetQueryWithV5110,java.util.List<GetV5110Response>>- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
essentialKeys
protected java.util.List<java.lang.String> essentialKeys()
Description copied from class:AbstractQueryBuilderGet list of required parameter names- Specified by:
essentialKeysin classAbstractQueryBuilder<StorageGetQueryWithV5110,java.util.List<GetV5110Response>>- Returns:
- list of names
-
-