public class DatabaseGetCountriesByIdQuery extends AbstractQueryBuilder<DatabaseGetCountriesByIdQuery,java.util.List<GetCountriesByIdResponse>>
| Constructor and Description |
|---|
DatabaseGetCountriesByIdQuery(VkApiClient client,
ServiceActor actor)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
DatabaseGetCountriesByIdQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseGetCountriesByIdQuery |
countryIds(java.lang.Integer... value)
countryIds
Country IDs.
|
DatabaseGetCountriesByIdQuery |
countryIds(java.util.List<java.lang.Integer> value)
Country IDs.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected DatabaseGetCountriesByIdQuery |
getThis()
Get reference to this object
|
accessToken, build, captchaKey, captchaSid, clientSecret, confirm, getBody, getMethod, getParams, getQueryHeaders, lang, toString, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version, withHeader, withHeadersaddHeader, addHeaders, execute, executeAsRaw, executeAsString, executeAsStringWithReturningFullInfo, executeTypeable, executeTypeableWithoutRetry, executeWithoutRetry, getClient, getCookie, getGson, getHeaders, getResponseClass, getUrl, setCookie, setCookies, setHeaders, setHeaderspublic DatabaseGetCountriesByIdQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic DatabaseGetCountriesByIdQuery(VkApiClient client, ServiceActor actor)
client - VK API clientactor - actor with access tokenpublic DatabaseGetCountriesByIdQuery countryIds(java.lang.Integer... value)
value - value of "country ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public DatabaseGetCountriesByIdQuery countryIds(java.util.List<java.lang.Integer> value)
value - value of "country ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected DatabaseGetCountriesByIdQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<DatabaseGetCountriesByIdQuery,java.util.List<GetCountriesByIdResponse>>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<DatabaseGetCountriesByIdQuery,java.util.List<GetCountriesByIdResponse>>