|
games
v1
|
#include <achievement_update_request.h>
Static Public Member Functions | |
| static AchievementUpdateRequest * | New () |
This is a JSON template for a request to update an achievement.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'achievementId' attribute.
|
inline |
Clears the 'incrementPayload' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'setStepsAtLeastPayload' attribute.
|
inline |
Clears the 'updateType' attribute.
|
inline |
Get the value of the 'achievementId' attribute.
| const GamesAchievementIncrement google_games_api::AchievementUpdateRequest::get_increment_payload | ( | ) | const |
Get a reference to the value of the 'incrementPayload' attribute.
|
inline |
Get the value of the 'kind' attribute.
| const GamesAchievementSetStepsAtLeast google_games_api::AchievementUpdateRequest::get_set_steps_at_least_payload | ( | ) | const |
Get a reference to the value of the 'setStepsAtLeastPayload' attribute.
|
inline |
Get the value of the 'updateType' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'achievementId' attribute was set.
achievementId' attribute was set.
|
inline |
Determine if the 'incrementPayload' attribute was set.
incrementPayload' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'setStepsAtLeastPayload' attribute was set.
setStepsAtLeastPayload' attribute was set.
|
inline |
Determine if the 'updateType' attribute was set.
updateType' attribute was set. | GamesAchievementIncrement google_games_api::AchievementUpdateRequest::mutable_incrementPayload | ( | ) |
Gets a reference to a mutable value of the 'incrementPayload' property.
The payload if an update of type INCREMENT was requested for the achievement.
| GamesAchievementSetStepsAtLeast google_games_api::AchievementUpdateRequest::mutable_setStepsAtLeastPayload | ( | ) |
Gets a reference to a mutable value of the 'setStepsAtLeastPayload' property.
The payload if an update of type SET_STEPS_AT_LEAST was requested for the achievement.
|
static |
Creates a new default instance.
|
inline |
Change the 'achievementId' attribute.
The achievement this update is being applied to.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::achievementUpdateRequest.
| [in] | value | The new value. |
|
inline |
Change the 'updateType' attribute.
The type of update being applied. Possible values are:
| [in] | value | The new value. |