games  v1
Public Member Functions | Static Public Member Functions | List of all members
google_games_api::AchievementUpdateMultipleResponse Class Reference

#include <achievement_update_multiple_response.h>

Inheritance diagram for google_games_api::AchievementUpdateMultipleResponse:

Public Member Functions

 AchievementUpdateMultipleResponse (const Json::Value &storage)
 
 AchievementUpdateMultipleResponse (Json::Value *storage)
 
virtual ~AchievementUpdateMultipleResponse ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_updated_achievements () const
 
void clear_updated_achievements ()
 
const client::JsonCppArray< AchievementUpdateResponseget_updated_achievements () const
 
client::JsonCppArray< AchievementUpdateResponsemutable_updatedAchievements ()
 

Static Public Member Functions

static AchievementUpdateMultipleResponseNew ()
 

Detailed Description

This is a JSON template for an achievement unlock response.

Constructor & Destructor Documentation

◆ AchievementUpdateMultipleResponse() [1/2]

google_games_api::AchievementUpdateMultipleResponse::AchievementUpdateMultipleResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ AchievementUpdateMultipleResponse() [2/2]

google_games_api::AchievementUpdateMultipleResponse::AchievementUpdateMultipleResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~AchievementUpdateMultipleResponse()

google_games_api::AchievementUpdateMultipleResponse::~AchievementUpdateMultipleResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_games_api::AchievementUpdateMultipleResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_updated_achievements()

void google_games_api::AchievementUpdateMultipleResponse::clear_updated_achievements ( )
inline

Clears the 'updatedAchievements' attribute.

◆ get_kind()

const StringPiece google_games_api::AchievementUpdateMultipleResponse::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_updated_achievements()

const client::JsonCppArray<AchievementUpdateResponse > google_games_api::AchievementUpdateMultipleResponse::get_updated_achievements ( ) const

Get a reference to the value of the 'updatedAchievements' attribute.

◆ GetTypeName()

const StringPiece google_games_api::AchievementUpdateMultipleResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_games_api::AchievementUpdateMultipleResponse

◆ has_kind()

bool google_games_api::AchievementUpdateMultipleResponse::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_updated_achievements()

bool google_games_api::AchievementUpdateMultipleResponse::has_updated_achievements ( ) const
inline

Determine if the 'updatedAchievements' attribute was set.

Returns
true if the 'updatedAchievements' attribute was set.

◆ mutable_updatedAchievements()

client::JsonCppArray<AchievementUpdateResponse > google_games_api::AchievementUpdateMultipleResponse::mutable_updatedAchievements ( )

Gets a reference to a mutable value of the 'updatedAchievements' property.

The updated state of the achievements.

Returns
The result can be modified to change the attribute value.

◆ New()

AchievementUpdateMultipleResponse * google_games_api::AchievementUpdateMultipleResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_games_api::AchievementUpdateMultipleResponse::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Uniquely identifies the type of this resource. Value is always the fixed string games::achievementUpdateListResponse.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: