public class AdsGetSuggestionsQueryWithSchools extends AbstractQueryBuilder<AdsGetSuggestionsQueryWithSchools,java.util.List<GetSuggestionsSchoolsResponse>>
| Constructor and Description |
|---|
AdsGetSuggestionsQueryWithSchools(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 |
|---|---|
AdsGetSuggestionsQueryWithSchools |
cities(java.lang.String value)
IDs of cities where objects are searched in, separated with a comma.
|
AdsGetSuggestionsQueryWithSchools |
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 AdsGetSuggestionsQueryWithSchools |
getThis()
Get reference to this object
|
AdsGetSuggestionsQueryWithSchools |
ids(java.lang.String value)
Objects IDs separated by commas.
|
AdsGetSuggestionsQueryWithSchools |
lang(Lang value)
Language of the returned string values.
|
AdsGetSuggestionsQueryWithSchools |
q(java.lang.String value)
Filter-line of the request (for countries, regions, cities, streets, schools, interests, positions).
|
AdsGetSuggestionsQueryWithSchools |
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 AdsGetSuggestionsQueryWithSchools(VkApiClient client, UserActor actor, GetSuggestionsSection section)
client - VK API clientactor - actor with access tokensection - value of "section" parameter.public AdsGetSuggestionsQueryWithSchools section(GetSuggestionsSection value)
value - value of "section" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsGetSuggestionsQueryWithSchools ids(java.lang.String value)
value - value of "ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsGetSuggestionsQueryWithSchools q(java.lang.String value)
value - value of "q" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsGetSuggestionsQueryWithSchools country(java.lang.Integer value)
value - value of "country" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsGetSuggestionsQueryWithSchools cities(java.lang.String value)
value - value of "cities" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsGetSuggestionsQueryWithSchools lang(Lang value)
value - value of "lang" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected AdsGetSuggestionsQueryWithSchools getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<AdsGetSuggestionsQueryWithSchools,java.util.List<GetSuggestionsSchoolsResponse>>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<AdsGetSuggestionsQueryWithSchools,java.util.List<GetSuggestionsSchoolsResponse>>