games
v1
|
#include <achievement_definitions_list_response.h>
Public Member Functions | |
AchievementDefinitionsListResponse (const Json::Value &storage) | |
AchievementDefinitionsListResponse (Json::Value *storage) | |
virtual | ~AchievementDefinitionsListResponse () |
const StringPiece | GetTypeName () const |
bool | has_items () const |
void | clear_items () |
const client::JsonCppArray< AchievementDefinition > | get_items () const |
client::JsonCppArray< AchievementDefinition > | mutable_items () |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_next_page_token () const |
void | clear_next_page_token () |
const StringPiece | get_next_page_token () const |
void | set_next_page_token (const StringPiece &value) |
Static Public Member Functions | |
static AchievementDefinitionsListResponse * | New () |
This is a JSON template for a list of achievement definition objects.
|
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 'items
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'nextPageToken
' attribute.
const client::JsonCppArray<AchievementDefinition > google_games_api::AchievementDefinitionsListResponse::get_items | ( | ) | const |
Get a reference to the value of the 'items
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'nextPageToken
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'items
' attribute was set.
items
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'nextPageToken
' attribute was set.
nextPageToken
' attribute was set. client::JsonCppArray<AchievementDefinition > google_games_api::AchievementDefinitionsListResponse::mutable_items | ( | ) |
Gets a reference to a mutable value of the 'items
' property.
The achievement definitions.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::achievementDefinitionsListResponse.
[in] | value | The new value. |
|
inline |
Change the 'nextPageToken
' attribute.
Token corresponding to the next page of results.
[in] | value | The new value. |