public class GamesManagement.Scores
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
GamesManagement.Scores.Reset |
class |
GamesManagement.Scores.ResetAll |
class |
GamesManagement.Scores.ResetAllForAllPlayers |
class |
GamesManagement.Scores.ResetForAllPlayers |
class |
GamesManagement.Scores.ResetMultipleForAllPlayers |
| Constructor and Description |
|---|
GamesManagement.Scores() |
| Modifier and Type | Method and Description |
|---|---|
GamesManagement.Scores.Reset |
reset(java.lang.String leaderboardId)
Resets scores for the leaderboard with the given ID for the currently authenticated player.
|
GamesManagement.Scores.ResetAll |
resetAll()
Resets all scores for all leaderboards for the currently authenticated players.
|
GamesManagement.Scores.ResetAllForAllPlayers |
resetAllForAllPlayers()
Resets scores for all draft leaderboards for all players.
|
GamesManagement.Scores.ResetForAllPlayers |
resetForAllPlayers(java.lang.String leaderboardId)
Resets scores for the leaderboard with the given ID for all players.
|
GamesManagement.Scores.ResetMultipleForAllPlayers |
resetMultipleForAllPlayers(ScoresResetMultipleForAllRequest content)
Resets scores for the leaderboards with the given IDs for all players.
|
public GamesManagement.Scores.Reset reset(java.lang.String leaderboardId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.leaderboardId - The ID of the leaderboard.java.io.IOExceptionpublic GamesManagement.Scores.ResetAll resetAll() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic GamesManagement.Scores.ResetAllForAllPlayers resetAllForAllPlayers() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.java.io.IOExceptionpublic GamesManagement.Scores.ResetForAllPlayers resetForAllPlayers(java.lang.String leaderboardId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.leaderboardId - The ID of the leaderboard.java.io.IOExceptionpublic GamesManagement.Scores.ResetMultipleForAllPlayers resetMultipleForAllPlayers(ScoresResetMultipleForAllRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.content - the ScoresResetMultipleForAllRequestjava.io.IOException