Package | Description |
---|---|
com.google.api.services.games.model |
Modifier and Type | Method and Description |
---|---|
PlayerScore |
PlayerScore.clone() |
PlayerScore |
PlayerScore.set(java.lang.String fieldName,
java.lang.Object value) |
PlayerScore |
PlayerScore.setFormattedScore(java.lang.String formattedScore)
The formatted score for this player score.
|
PlayerScore |
PlayerScore.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
PlayerScore |
PlayerScore.setScore(java.lang.Long score)
The numerical value for this player score.
|
PlayerScore |
PlayerScore.setScoreTag(java.lang.String scoreTag)
Additional information about this score.
|
PlayerScore |
PlayerScore.setTimeSpan(java.lang.String timeSpan)
The time span for this player score.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PlayerScore> |
PlayerScoreResponse.getUnbeatenScores()
The scores in time spans that have not been beaten.
|
Modifier and Type | Method and Description |
---|---|
PlayerScoreResponse |
PlayerScoreResponse.setUnbeatenScores(java.util.List<PlayerScore> unbeatenScores)
The scores in time spans that have not been beaten.
|