public class GamesManagement.Quests
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
GamesManagement.Quests.Reset |
class |
GamesManagement.Quests.ResetAll |
class |
GamesManagement.Quests.ResetAllForAllPlayers |
class |
GamesManagement.Quests.ResetForAllPlayers |
class |
GamesManagement.Quests.ResetMultipleForAllPlayers |
| Constructor and Description |
|---|
GamesManagement.Quests() |
| Modifier and Type | Method and Description |
|---|---|
GamesManagement.Quests.Reset |
reset(java.lang.String questId)
Resets all player progress on the quest with the given ID for the currently authenticated player.
|
GamesManagement.Quests.ResetAll |
resetAll()
Resets all player progress on all quests for the currently authenticated player.
|
GamesManagement.Quests.ResetAllForAllPlayers |
resetAllForAllPlayers()
Resets all draft quests for all players.
|
GamesManagement.Quests.ResetForAllPlayers |
resetForAllPlayers(java.lang.String questId)
Resets all player progress on the quest with the given ID for all players.
|
GamesManagement.Quests.ResetMultipleForAllPlayers |
resetMultipleForAllPlayers(QuestsResetMultipleForAllRequest content)
Resets quests with the given IDs for all players.
|
public GamesManagement.Quests.Reset reset(java.lang.String questId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.questId - The ID of the quest.java.io.IOExceptionpublic GamesManagement.Quests.ResetAll resetAll() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.java.io.IOExceptionpublic GamesManagement.Quests.ResetAllForAllPlayers resetAllForAllPlayers() throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.java.io.IOExceptionpublic GamesManagement.Quests.ResetForAllPlayers resetForAllPlayers(java.lang.String questId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.questId - The ID of the quest.java.io.IOExceptionpublic GamesManagement.Quests.ResetMultipleForAllPlayers resetMultipleForAllPlayers(QuestsResetMultipleForAllRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.content - the QuestsResetMultipleForAllRequestjava.io.IOException