public class AdsGetUploadURLQuery extends AbstractQueryBuilder<AdsGetUploadURLQuery,java.lang.String>
| Constructor and Description |
|---|
AdsGetUploadURLQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
AdsGetUploadURLQuery(VkApiClient client,
UserActor actor,
GetUploadURLAdFormat adFormat)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
AdsGetUploadURLQuery |
adFormat(GetUploadURLAdFormat value)
Ad format: *1 - image and text,, *2 - big image,, *3 - exclusive format,, *4 - community, square image,, *7 - special app format.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected AdsGetUploadURLQuery |
getThis()
Get reference to this object
|
AdsGetUploadURLQuery |
icon(java.lang.Integer value)
Set icon
|
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 AdsGetUploadURLQuery(VkApiClient client, UserActor actor, GetUploadURLAdFormat adFormat)
client - VK API clientactor - actor with access tokenadFormat - value of "ad format" parameter.public AdsGetUploadURLQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic AdsGetUploadURLQuery adFormat(GetUploadURLAdFormat value)
value - value of "ad format" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsGetUploadURLQuery icon(java.lang.Integer value)
value - value of "icon" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected AdsGetUploadURLQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<AdsGetUploadURLQuery,java.lang.String>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<AdsGetUploadURLQuery,java.lang.String>