public class GamesManagement.Achievements
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
GamesManagement.Achievements.Reset |
class |
GamesManagement.Achievements.ResetAll |
class |
GamesManagement.Achievements.ResetAllForAllPlayers |
class |
GamesManagement.Achievements.ResetForAllPlayers |
class |
GamesManagement.Achievements.ResetMultipleForAllPlayers |
| Constructor and Description |
|---|
GamesManagement.Achievements() |
| Modifier and Type | Method and Description |
|---|---|
GamesManagement.Achievements.Reset |
reset(java.lang.String achievementId)
Resets the achievement with the given ID for the currently authenticated player.
|
GamesManagement.Achievements.ResetAll |
resetAll()
Resets all achievements for the currently authenticated player for your application.
|
GamesManagement.Achievements.ResetAllForAllPlayers |
resetAllForAllPlayers()
Resets all draft achievements for all players.
|
GamesManagement.Achievements.ResetForAllPlayers |
resetForAllPlayers(java.lang.String achievementId)
Resets the achievement with the given ID for all players.
|
GamesManagement.Achievements.ResetMultipleForAllPlayers |
resetMultipleForAllPlayers(AchievementResetMultipleForAllRequest content)
Resets achievements with the given IDs for all players.
|
public GamesManagement.Achievements.Reset reset(java.lang.String achievementId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.achievementId - The ID of the achievement used by this method.java.io.IOExceptionpublic GamesManagement.Achievements.ResetAll resetAll() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic GamesManagement.Achievements.ResetAllForAllPlayers resetAllForAllPlayers() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.java.io.IOExceptionpublic GamesManagement.Achievements.ResetForAllPlayers resetForAllPlayers(java.lang.String achievementId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.achievementId - The ID of the achievement used by this method.java.io.IOExceptionpublic GamesManagement.Achievements.ResetMultipleForAllPlayers resetMultipleForAllPlayers(AchievementResetMultipleForAllRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.content - the AchievementResetMultipleForAllRequestjava.io.IOException