public class AccountGetCountersQuery extends AbstractQueryBuilder<AccountGetCountersQuery,AccountCounters>
Constructor and Description |
---|
AccountGetCountersQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
AccountGetCountersQuery |
filter(AccountGetCountersFilter... value)
Counters information of which shall be returned
|
AccountGetCountersQuery |
filter(java.util.List<AccountGetCountersFilter> value)
Counters information of which shall be returned
|
protected AccountGetCountersQuery |
getThis()
Get reference to this object
|
accessToken, build, captchaKey, captchaSid, clientSecret, confirm, getBody, getMethod, lang, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version
execute, executeAsRaw, executeAsString, getClient, getGson, getResponseClass, getUrl
public AccountGetCountersQuery(VkApiClient client, UserActor actor)
client
- VK API clientactor
- actor with access tokenpublic AccountGetCountersQuery filter(AccountGetCountersFilter... value)
value
- value of "filter" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.public AccountGetCountersQuery filter(java.util.List<AccountGetCountersFilter> value)
value
- value of "filter" parameter.AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected AccountGetCountersQuery getThis()
AbstractQueryBuilder
getThis
in class AbstractQueryBuilder<AccountGetCountersQuery,AccountCounters>
AbstractQueryBuilder
object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilder
essentialKeys
in class AbstractQueryBuilder<AccountGetCountersQuery,AccountCounters>