public class AppsGetLeaderboardQuery extends AbstractQueryBuilder<AppsGetLeaderboardQuery,GetLeaderboardResponse>
| Constructor and Description |
|---|
AppsGetLeaderboardQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
AppsGetLeaderboardQuery(VkApiClient client,
UserActor actor,
GetLeaderboardType type)
Creates a AbstractQueryBuilder instance that can be used to build user 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
|
AppsGetLeaderboardQuery |
extended(java.lang.Boolean value)
1 - to return additional info about users
|
protected AppsGetLeaderboardQuery |
getThis()
Get reference to this object
|
AppsGetLeaderboardQuery |
global(java.lang.Boolean value)
Rating type.
|
AppsGetLeaderboardQuery |
type(GetLeaderboardType value)
Leaderboard type.
|
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 AppsGetLeaderboardQuery(VkApiClient client, UserActor actor, GetLeaderboardType type)
client - VK API clientactor - actor with access tokentype - value of "type" parameter.public AppsGetLeaderboardQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic AppsGetLeaderboardQuery type(GetLeaderboardType value)
value - value of "type" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsGetLeaderboardQuery global(java.lang.Boolean value)
value - value of "global" parameter. By default true.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsGetLeaderboardQuery extended(java.lang.Boolean value)
value - value of "extended" parameter. By default false.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected AppsGetLeaderboardQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<AppsGetLeaderboardQuery,GetLeaderboardResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<AppsGetLeaderboardQuery,GetLeaderboardResponse>