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