public class AdsGetPostsReachQuery extends AbstractQueryBuilder<AdsGetPostsReachQuery,java.util.List<GetPostsReachResponse>>
| Constructor and Description |
|---|
AdsGetPostsReachQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
AdsGetPostsReachQuery(VkApiClient client,
UserActor actor,
java.lang.Integer accountId,
GetPostsReachIdsType idsType,
java.lang.String ids)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
AdsGetPostsReachQuery |
accountId(java.lang.Integer value)
Advertising account ID.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected AdsGetPostsReachQuery |
getThis()
Get reference to this object
|
AdsGetPostsReachQuery |
ids(java.lang.String value)
IDs requested ads or campaigns, separated with a comma, depending on the value set in 'ids_type'.
|
AdsGetPostsReachQuery |
idsType(GetPostsReachIdsType value)
Type of requested objects listed in 'ids' parameter: *ad - ads,, *campaign - campaigns.
|
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 AdsGetPostsReachQuery(VkApiClient client, UserActor actor, java.lang.Integer accountId, GetPostsReachIdsType idsType, java.lang.String ids)
client - VK API clientactor - actor with access tokenaccountId - value of "account id" parameter.idsType - value of "ids type" parameter.ids - value of "ids" parameter.public AdsGetPostsReachQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic AdsGetPostsReachQuery accountId(java.lang.Integer value)
value - value of "account id" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsGetPostsReachQuery idsType(GetPostsReachIdsType value)
value - value of "ids type" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AdsGetPostsReachQuery ids(java.lang.String value)
value - value of "ids" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected AdsGetPostsReachQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<AdsGetPostsReachQuery,java.util.List<GetPostsReachResponse>>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<AdsGetPostsReachQuery,java.util.List<GetPostsReachResponse>>