| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
PlayerScoreResponse |
PlayerScoreResponse.clone() |
PlayerScoreResponse |
PlayerScoreResponse.set(java.lang.String fieldName,
java.lang.Object value) |
PlayerScoreResponse |
PlayerScoreResponse.setBeatenScoreTimeSpans(java.util.List<java.lang.String> beatenScoreTimeSpans)
The time spans where the submitted score is better than the existing score for that time span.
|
PlayerScoreResponse |
PlayerScoreResponse.setFormattedScore(java.lang.String formattedScore)
The formatted value of the submitted score.
|
PlayerScoreResponse |
PlayerScoreResponse.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
PlayerScoreResponse |
PlayerScoreResponse.setLeaderboardId(java.lang.String leaderboardId)
The leaderboard ID that this score was submitted to.
|
PlayerScoreResponse |
PlayerScoreResponse.setScoreTag(java.lang.String scoreTag)
Additional information about this score.
|
PlayerScoreResponse |
PlayerScoreResponse.setUnbeatenScores(java.util.List<PlayerScore> unbeatenScores)
The scores in time spans that have not been beaten.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PlayerScoreResponse> |
PlayerScoreListResponse.getSubmittedScores()
The score submissions statuses.
|
| Modifier and Type | Method and Description |
|---|---|
PlayerScoreListResponse |
PlayerScoreListResponse.setSubmittedScores(java.util.List<PlayerScoreResponse> submittedScores)
The score submissions statuses.
|