#include <profile_settings.h>
This is a JSON template for profile settings.
◆ ProfileSettings() [1/2]
google_games_api::ProfileSettings::ProfileSettings |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~ProfileSettings()
google_games_api::ProfileSettings::~ProfileSettings |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
◆ set_profile_visible()
void google_games_api::ProfileSettings::set_profile_visible |
( |
bool |
value | ) |
|
|
inline |
Change the 'profileVisible
' attribute.
- Parameters
-
The documentation for this class was generated from the following files: