| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
LeaderboardEntry |
LeaderboardEntry.clone() |
LeaderboardEntry |
LeaderboardScores.getPlayerScore()
The score of the requesting player on the leaderboard.
|
LeaderboardEntry |
LeaderboardEntry.set(java.lang.String fieldName,
java.lang.Object value) |
LeaderboardEntry |
LeaderboardEntry.setFormattedScore(java.lang.String formattedScore)
The localized string for the numerical value of this score.
|
LeaderboardEntry |
LeaderboardEntry.setFormattedScoreRank(java.lang.String formattedScoreRank)
The localized string for the rank of this score for this leaderboard.
|
LeaderboardEntry |
LeaderboardEntry.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
LeaderboardEntry |
LeaderboardEntry.setPlayer(Player player)
The player who holds this score.
|
LeaderboardEntry |
LeaderboardEntry.setScoreRank(java.lang.Long scoreRank)
The rank of this score for this leaderboard.
|
LeaderboardEntry |
LeaderboardEntry.setScoreTag(java.lang.String scoreTag)
Additional information about the score.
|
LeaderboardEntry |
LeaderboardEntry.setScoreValue(java.lang.Long scoreValue)
The numerical value of this score.
|
LeaderboardEntry |
LeaderboardEntry.setTimeSpan(java.lang.String timeSpan)
The time span of this high score.
|
LeaderboardEntry |
LeaderboardEntry.setWriteTimestampMillis(java.lang.Long writeTimestampMillis)
The timestamp at which this score was recorded, in milliseconds since the epoch in UTC.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LeaderboardEntry> |
LeaderboardScores.getItems()
The scores in the leaderboard.
|
| Modifier and Type | Method and Description |
|---|---|
LeaderboardScores |
LeaderboardScores.setPlayerScore(LeaderboardEntry playerScore)
The score of the requesting player on the leaderboard.
|
| Modifier and Type | Method and Description |
|---|---|
LeaderboardScores |
LeaderboardScores.setItems(java.util.List<LeaderboardEntry> items)
The scores in the leaderboard.
|