All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.gamesManagement.model.AchievementResetResponse.html Maven / Gradle / Ivy

The newest version!






AchievementResetResponse (Google Play Game Management v1management-rev20241209-2.0.0)












com.google.api.services.gamesManagement.model

Class AchievementResetResponse

    • Constructor Detail

      • AchievementResetResponse

        public AchievementResetResponse()
    • Method Detail

      • getCurrentState

        public String getCurrentState()
        The current state of the achievement. This is the same as the initial state of the achievement. Possible values are: - "`HIDDEN`"- Achievement is hidden. - "`REVEALED`" - Achievement is revealed. - "`UNLOCKED`" - Achievement is unlocked.
        Returns:
        value or null for none
      • setCurrentState

        public AchievementResetResponse setCurrentState(String currentState)
        The current state of the achievement. This is the same as the initial state of the achievement. Possible values are: - "`HIDDEN`"- Achievement is hidden. - "`REVEALED`" - Achievement is revealed. - "`UNLOCKED`" - Achievement is unlocked.
        Parameters:
        currentState - currentState or null for none
      • getDefinitionId

        public String getDefinitionId()
        The ID of an achievement for which player state has been updated.
        Returns:
        value or null for none
      • setDefinitionId

        public AchievementResetResponse setDefinitionId(String definitionId)
        The ID of an achievement for which player state has been updated.
        Parameters:
        definitionId - definitionId or null for none
      • getKind

        public String getKind()
        Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#achievementResetResponse`.
        Returns:
        value or null for none
      • setKind

        public AchievementResetResponse setKind(String kind)
        Uniquely identifies the type of this resource. Value is always the fixed string `gamesManagement#achievementResetResponse`.
        Parameters:
        kind - kind or null for none
      • getUpdateOccurred

        public Boolean getUpdateOccurred()
        Flag to indicate if the requested update actually occurred.
        Returns:
        value or null for none
      • setUpdateOccurred

        public AchievementResetResponse setUpdateOccurred(Boolean updateOccurred)
        Flag to indicate if the requested update actually occurred.
        Parameters:
        updateOccurred - updateOccurred or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy