public class UtilsGetLinkStatsQuery extends AbstractQueryBuilder<UtilsGetLinkStatsQuery,GetLinkStatsResponse>
| Constructor and Description |
|---|
UtilsGetLinkStatsQuery(VkApiClient client,
GroupActor actor)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
UtilsGetLinkStatsQuery(VkApiClient client,
GroupActor actor,
java.lang.String key)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
UtilsGetLinkStatsQuery(VkApiClient client,
ServiceActor actor)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
UtilsGetLinkStatsQuery(VkApiClient client,
ServiceActor actor,
java.lang.String key)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
UtilsGetLinkStatsQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
UtilsGetLinkStatsQuery(VkApiClient client,
UserActor actor,
java.lang.String key)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
UtilsGetLinkStatsQuery |
accessKey(java.lang.String value)
Access key for private link stats.
|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
UtilsGetLinkStatsQuery |
extended(java.lang.Boolean value)
1 - to return extended stats data (sex, age, geo). 0 - to return views number only.
|
protected UtilsGetLinkStatsQuery |
getThis()
Get reference to this object
|
UtilsGetLinkStatsQuery |
interval(GetLinkStatsInterval value)
Interval.
|
UtilsGetLinkStatsQuery |
intervalsCount(java.lang.Integer value)
Number of intervals to return.
|
UtilsGetLinkStatsQuery |
key(java.lang.String value)
Link key (characters after vk.cc/).
|
UtilsGetLinkStatsQuery |
source(GetLinkStatsSource value)
Source of scope
|
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 UtilsGetLinkStatsQuery(VkApiClient client, GroupActor actor, java.lang.String key)
client - VK API clientactor - actor with access tokenkey - value of "key" parameter.public UtilsGetLinkStatsQuery(VkApiClient client, GroupActor actor)
client - VK API clientactor - actor with access tokenpublic UtilsGetLinkStatsQuery(VkApiClient client, UserActor actor, java.lang.String key)
client - VK API clientactor - actor with access tokenkey - value of "key" parameter.public UtilsGetLinkStatsQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic UtilsGetLinkStatsQuery(VkApiClient client, ServiceActor actor, java.lang.String key)
client - VK API clientactor - actor with access tokenkey - value of "key" parameter.public UtilsGetLinkStatsQuery(VkApiClient client, ServiceActor actor)
client - VK API clientactor - actor with access tokenpublic UtilsGetLinkStatsQuery key(java.lang.String value)
value - value of "key" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public UtilsGetLinkStatsQuery source(GetLinkStatsSource value)
value - value of "source" parameter. By default vk_cc.AbstractQueryBuilder object to fulfill the "Builder" pattern.public UtilsGetLinkStatsQuery accessKey(java.lang.String value)
value - value of "access key" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public UtilsGetLinkStatsQuery interval(GetLinkStatsInterval value)
value - value of "interval" parameter. By default day.AbstractQueryBuilder object to fulfill the "Builder" pattern.public UtilsGetLinkStatsQuery intervalsCount(java.lang.Integer value)
value - value of "intervals count" parameter. Maximum is 100. Minimum is 0. By default 1.AbstractQueryBuilder object to fulfill the "Builder" pattern.public UtilsGetLinkStatsQuery extended(java.lang.Boolean value)
value - value of "extended" parameter. By default false.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected UtilsGetLinkStatsQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<UtilsGetLinkStatsQuery,GetLinkStatsResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<UtilsGetLinkStatsQuery,GetLinkStatsResponse>