public class AdsGetSuggestionsQueryWithRegions extends AbstractQueryBuilder<AdsGetSuggestionsQueryWithRegions,java.util.List<GetSuggestionsRegionsResponse>>
| Constructor and Description |
|---|
AdsGetSuggestionsQueryWithRegions(VkApiClient client,
UserActor actor,
GetSuggestionsSection section)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
AdsGetSuggestionsQueryWithRegions |
cities(java.lang.String value)
IDs of cities where objects are searched in, separated with a comma.
|
AdsGetSuggestionsQueryWithRegions |
country(java.lang.Integer value)
ID of the country objects are searched in.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected AdsGetSuggestionsQueryWithRegions |
getThis()
Get reference to this object
|
AdsGetSuggestionsQueryWithRegions |
ids(java.lang.String value)
Objects IDs separated by commas.
|
AdsGetSuggestionsQueryWithRegions |
lang(Lang value)
Language of the returned string values.
|
AdsGetSuggestionsQueryWithRegions |
q(java.lang.String value)
Filter-line of the request (for countries, regions, cities, streets, schools, interests, positions).
|
AdsGetSuggestionsQueryWithRegions |
section(GetSuggestionsSection value)
Section, suggestions are retrieved in.
|
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 AdsGetSuggestionsQueryWithRegions(VkApiClient client, UserActor actor, GetSuggestionsSection section)
client - VK API clientactor - actor with access tokensection - value of "section" parameter.public AdsGetSuggestionsQueryWithRegions section(GetSuggestionsSection value)
value - value of "section" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsGetSuggestionsQueryWithRegions ids(java.lang.String value)
value - value of "ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsGetSuggestionsQueryWithRegions q(java.lang.String value)
value - value of "q" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsGetSuggestionsQueryWithRegions country(java.lang.Integer value)
value - value of "country" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsGetSuggestionsQueryWithRegions cities(java.lang.String value)
value - value of "cities" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsGetSuggestionsQueryWithRegions lang(Lang value)
value - value of "lang" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected AdsGetSuggestionsQueryWithRegions getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<AdsGetSuggestionsQueryWithRegions,java.util.List<GetSuggestionsRegionsResponse>>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<AdsGetSuggestionsQueryWithRegions,java.util.List<GetSuggestionsRegionsResponse>>