public class AdsCheckLinkQuery extends AbstractQueryBuilder<AdsCheckLinkQuery,CheckLinkResponse>
| Constructor and Description |
|---|
AdsCheckLinkQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
AdsCheckLinkQuery(VkApiClient client,
UserActor actor,
java.lang.Integer accountId,
CheckLinkLinkType linkType,
java.lang.String linkUrl)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
AdsCheckLinkQuery |
accountId(java.lang.Integer value)
Advertising account ID.
|
AdsCheckLinkQuery |
campaignId(java.lang.Integer value)
Campaign ID
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected AdsCheckLinkQuery |
getThis()
Get reference to this object
|
AdsCheckLinkQuery |
linkType(CheckLinkLinkType value)
Object type: *'community' - community,, *'post' - community post,, *'application' - VK application,, *'video' - video,, *'site' - external site.
|
AdsCheckLinkQuery |
linkUrl(java.lang.String value)
Object URL.
|
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 AdsCheckLinkQuery(VkApiClient client, UserActor actor, java.lang.Integer accountId, CheckLinkLinkType linkType, java.lang.String linkUrl)
client - VK API clientactor - actor with access tokenaccountId - value of "account id" parameter.linkType - value of "link type" parameter.linkUrl - value of "link url" parameter.public AdsCheckLinkQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic AdsCheckLinkQuery accountId(java.lang.Integer value)
value - value of "account id" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsCheckLinkQuery linkType(CheckLinkLinkType value)
value - value of "link type" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsCheckLinkQuery linkUrl(java.lang.String value)
value - value of "link url" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsCheckLinkQuery campaignId(java.lang.Integer value)
value - value of "campaign id" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected AdsCheckLinkQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<AdsCheckLinkQuery,CheckLinkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<AdsCheckLinkQuery,CheckLinkResponse>