| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
LeaderboardScoreRank |
LeaderboardScoreRank.clone() |
LeaderboardScoreRank |
PlayerLeaderboardScore.getPublicRank()
The public rank of the score in this leaderboard.
|
LeaderboardScoreRank |
PlayerLeaderboardScore.getSocialRank()
The social rank of the score in this leaderboard.
|
LeaderboardScoreRank |
LeaderboardScoreRank.set(java.lang.String fieldName,
java.lang.Object value) |
LeaderboardScoreRank |
LeaderboardScoreRank.setFormattedNumScores(java.lang.String formattedNumScores)
The number of scores in the leaderboard as a string.
|
LeaderboardScoreRank |
LeaderboardScoreRank.setFormattedRank(java.lang.String formattedRank)
The rank in the leaderboard as a string.
|
LeaderboardScoreRank |
LeaderboardScoreRank.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
LeaderboardScoreRank |
LeaderboardScoreRank.setNumScores(java.lang.Long numScores)
The number of scores in the leaderboard.
|
LeaderboardScoreRank |
LeaderboardScoreRank.setRank(java.lang.Long rank)
The rank in the leaderboard.
|
| Modifier and Type | Method and Description |
|---|---|
PlayerLeaderboardScore |
PlayerLeaderboardScore.setPublicRank(LeaderboardScoreRank publicRank)
The public rank of the score in this leaderboard.
|
PlayerLeaderboardScore |
PlayerLeaderboardScore.setSocialRank(LeaderboardScoreRank socialRank)
The social rank of the score in this leaderboard.
|