target.apidocs.com.google.api.services.gamesManagement.GamesManagement.Achievements.html Maven / Gradle / Ivy
The newest version!
GamesManagement.Achievements (Google Play Game Management v1management-rev20241209-2.0.0)
com.google.api.services.gamesManagement
Class GamesManagement.Achievements
- java.lang.Object
-
- com.google.api.services.gamesManagement.GamesManagement.Achievements
-
- Enclosing class:
- GamesManagement
public class GamesManagement.Achievements
extends Object
The "achievements" collection of methods.
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
Achievements()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
GamesManagement.Achievements.Reset
reset(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(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.
-
-
Method Detail
-
reset
public GamesManagement.Achievements.Reset reset(String achievementId)
throws IOException
Resets the achievement with the given ID for the currently authenticated player. This method is
only accessible to whitelisted tester accounts for your application.
Create a request for the method "achievements.reset".
This request holds the parameters needed by the gamesManagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
achievementId
- The ID of the achievement used by this method.
- Returns:
- the request
- Throws:
IOException
-
resetAll
public GamesManagement.Achievements.ResetAll resetAll()
throws IOException
Resets all achievements for the currently authenticated player for your application. This method
is only accessible to whitelisted tester accounts for your application.
Create a request for the method "achievements.resetAll".
This request holds the parameters needed by the gamesManagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
-
resetAllForAllPlayers
public GamesManagement.Achievements.ResetAllForAllPlayers resetAllForAllPlayers()
throws IOException
Resets all draft achievements for all players. This method is only available to user accounts for
your developer console.
Create a request for the method "achievements.resetAllForAllPlayers".
This request holds the parameters needed by the gamesManagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Returns:
- the request
- Throws:
IOException
-
resetForAllPlayers
public GamesManagement.Achievements.ResetForAllPlayers resetForAllPlayers(String achievementId)
throws IOException
Resets the achievement with the given ID for all players. This method is only available to user
accounts for your developer console. Only draft achievements can be reset.
Create a request for the method "achievements.resetForAllPlayers".
This request holds the parameters needed by the gamesManagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
achievementId
- The ID of the achievement used by this method.
- Returns:
- the request
- Throws:
IOException
-
resetMultipleForAllPlayers
public GamesManagement.Achievements.ResetMultipleForAllPlayers resetMultipleForAllPlayers(AchievementResetMultipleForAllRequest content)
throws IOException
Resets achievements with the given IDs for all players. This method is only available to user
accounts for your developer console. Only draft achievements may be reset.
Create a request for the method "achievements.resetMultipleForAllPlayers".
This request holds the parameters needed by the gamesManagement server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the
remote operation.
- Parameters:
content
- the AchievementResetMultipleForAllRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy