public class AppsGetLeaderboardQueryWithExtended extends AbstractQueryBuilder<AppsGetLeaderboardQueryWithExtended,GetLeaderboardExtendedResponse>
| Constructor and Description |
|---|
AppsGetLeaderboardQueryWithExtended(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
|
protected AppsGetLeaderboardQueryWithExtended |
extended(java.lang.Boolean value)
1 - to return additional info about users
|
protected AppsGetLeaderboardQueryWithExtended |
getThis()
Get reference to this object
|
AppsGetLeaderboardQueryWithExtended |
global(java.lang.Boolean value)
Rating type.
|
AppsGetLeaderboardQueryWithExtended |
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 AppsGetLeaderboardQueryWithExtended(VkApiClient client, UserActor actor, GetLeaderboardType type)
client - VK API clientactor - actor with access tokentype - value of "type" parameter.public AppsGetLeaderboardQueryWithExtended type(GetLeaderboardType value)
value - value of "type" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public AppsGetLeaderboardQueryWithExtended global(java.lang.Boolean value)
value - value of "global" parameter. By default true.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected AppsGetLeaderboardQueryWithExtended extended(java.lang.Boolean value)
value - value of "extended" parameter. By default false.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected AppsGetLeaderboardQueryWithExtended getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<AppsGetLeaderboardQueryWithExtended,GetLeaderboardExtendedResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<AppsGetLeaderboardQueryWithExtended,GetLeaderboardExtendedResponse>