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

#include <profile_settings.h>

Inheritance diagram for google_games_api::ProfileSettings:

Public Member Functions

 ProfileSettings (const Json::Value &storage)
 
 ProfileSettings (Json::Value *storage)
 
virtual ~ProfileSettings ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_profile_visible () const
 
void clear_profile_visible ()
 
bool get_profile_visible () const
 
void set_profile_visible (bool value)
 

Static Public Member Functions

static ProfileSettingsNew ()
 

Detailed Description

This is a JSON template for profile settings.

Constructor & Destructor Documentation

◆ ProfileSettings() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ProfileSettings() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ProfileSettings()

google_games_api::ProfileSettings::~ProfileSettings ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_games_api::ProfileSettings::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_profile_visible()

void google_games_api::ProfileSettings::clear_profile_visible ( )
inline

Clears the 'profileVisible' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_profile_visible()

bool google_games_api::ProfileSettings::get_profile_visible ( ) const
inline

Get the value of the 'profileVisible' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_games_api::ProfileSettings

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_profile_visible()

bool google_games_api::ProfileSettings::has_profile_visible ( ) const
inline

Determine if the 'profileVisible' attribute was set.

Returns
true if the 'profileVisible' attribute was set.

◆ New()

ProfileSettings * google_games_api::ProfileSettings::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

◆ set_profile_visible()

void google_games_api::ProfileSettings::set_profile_visible ( bool  value)
inline

Change the 'profileVisible' attribute.

Parameters
[in]valueThe new value.

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