| Package | Description |
|---|---|
| com.google.api.services.games |
| Modifier and Type | Method and Description |
|---|---|
Games.Scores.ListWindow |
Games.Scores.listWindow(java.lang.String leaderboardId,
java.lang.String collection,
java.lang.String timeSpan)
Lists the scores in a leaderboard around (and including) a player's score.
|
Games.Scores.ListWindow |
Games.Scores.ListWindow.set(java.lang.String parameterName,
java.lang.Object value) |
Games.Scores.ListWindow |
Games.Scores.ListWindow.setAlt(java.lang.String alt) |
Games.Scores.ListWindow |
Games.Scores.ListWindow.setCollection(java.lang.String collection)
The collection of scores you're requesting.
|
Games.Scores.ListWindow |
Games.Scores.ListWindow.setConsistencyToken(java.lang.Long consistencyToken)
The last-seen mutation timestamp.
|
Games.Scores.ListWindow |
Games.Scores.ListWindow.setFields(java.lang.String fields) |
Games.Scores.ListWindow |
Games.Scores.ListWindow.setKey(java.lang.String key) |
Games.Scores.ListWindow |
Games.Scores.ListWindow.setLanguage(java.lang.String language)
The preferred language to use for strings returned by this method.
|
Games.Scores.ListWindow |
Games.Scores.ListWindow.setLeaderboardId(java.lang.String leaderboardId)
The ID of the leaderboard.
|
Games.Scores.ListWindow |
Games.Scores.ListWindow.setMaxResults(java.lang.Integer maxResults)
The maximum number of leaderboard scores to return in the response.
|
Games.Scores.ListWindow |
Games.Scores.ListWindow.setOauthToken(java.lang.String oauthToken) |
Games.Scores.ListWindow |
Games.Scores.ListWindow.setPageToken(java.lang.String pageToken)
The token returned by the previous request.
|
Games.Scores.ListWindow |
Games.Scores.ListWindow.setPrettyPrint(java.lang.Boolean prettyPrint) |
Games.Scores.ListWindow |
Games.Scores.ListWindow.setQuotaUser(java.lang.String quotaUser) |
Games.Scores.ListWindow |
Games.Scores.ListWindow.setResultsAbove(java.lang.Integer resultsAbove)
The preferred number of scores to return above the player's score.
|
Games.Scores.ListWindow |
Games.Scores.ListWindow.setReturnTopIfAbsent(java.lang.Boolean returnTopIfAbsent)
True if the top scores should be returned when the player is not in the leaderboard.
|
Games.Scores.ListWindow |
Games.Scores.ListWindow.setTimeSpan(java.lang.String timeSpan)
The time span for the scores and ranks you're requesting.
|
Games.Scores.ListWindow |
Games.Scores.ListWindow.setUserIp(java.lang.String userIp) |