#include <instance_ios_details.h>
This is a JSON template for the iOS details resource.
◆ InstanceIosDetails() [1/2]
google_games_api::InstanceIosDetails::InstanceIosDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ InstanceIosDetails() [2/2]
google_games_api::InstanceIosDetails::InstanceIosDetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~InstanceIosDetails()
google_games_api::InstanceIosDetails::~InstanceIosDetails |
( |
| ) |
|
|
virtual |
◆ clear_bundle_identifier()
void google_games_api::InstanceIosDetails::clear_bundle_identifier |
( |
| ) |
|
|
inline |
Clears the 'bundleIdentifier
' attribute.
◆ clear_itunes_app_id()
void google_games_api::InstanceIosDetails::clear_itunes_app_id |
( |
| ) |
|
|
inline |
Clears the 'itunesAppId
' attribute.
◆ clear_kind()
void google_games_api::InstanceIosDetails::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_preferred_for_ipad()
void google_games_api::InstanceIosDetails::clear_preferred_for_ipad |
( |
| ) |
|
|
inline |
Clears the 'preferredForIpad
' attribute.
◆ clear_preferred_for_iphone()
void google_games_api::InstanceIosDetails::clear_preferred_for_iphone |
( |
| ) |
|
|
inline |
Clears the 'preferredForIphone
' attribute.
◆ clear_support_ipad()
void google_games_api::InstanceIosDetails::clear_support_ipad |
( |
| ) |
|
|
inline |
Clears the 'supportIpad
' attribute.
◆ clear_support_iphone()
void google_games_api::InstanceIosDetails::clear_support_iphone |
( |
| ) |
|
|
inline |
Clears the 'supportIphone
' attribute.
◆ get_bundle_identifier()
const StringPiece google_games_api::InstanceIosDetails::get_bundle_identifier |
( |
| ) |
const |
|
inline |
Get the value of the 'bundleIdentifier
' attribute.
◆ get_itunes_app_id()
const StringPiece google_games_api::InstanceIosDetails::get_itunes_app_id |
( |
| ) |
const |
|
inline |
Get the value of the 'itunesAppId
' attribute.
◆ get_kind()
const StringPiece google_games_api::InstanceIosDetails::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_preferred_for_ipad()
bool google_games_api::InstanceIosDetails::get_preferred_for_ipad |
( |
| ) |
const |
|
inline |
Get the value of the 'preferredForIpad
' attribute.
◆ get_preferred_for_iphone()
bool google_games_api::InstanceIosDetails::get_preferred_for_iphone |
( |
| ) |
const |
|
inline |
Get the value of the 'preferredForIphone
' attribute.
◆ get_support_ipad()
bool google_games_api::InstanceIosDetails::get_support_ipad |
( |
| ) |
const |
|
inline |
Get the value of the 'supportIpad
' attribute.
◆ get_support_iphone()
bool google_games_api::InstanceIosDetails::get_support_iphone |
( |
| ) |
const |
|
inline |
Get the value of the 'supportIphone
' attribute.
◆ GetTypeName()
const StringPiece google_games_api::InstanceIosDetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_bundle_identifier()
bool google_games_api::InstanceIosDetails::has_bundle_identifier |
( |
| ) |
const |
|
inline |
Determine if the 'bundleIdentifier
' attribute was set.
- Returns
- true if the '
bundleIdentifier
' attribute was set.
◆ has_itunes_app_id()
bool google_games_api::InstanceIosDetails::has_itunes_app_id |
( |
| ) |
const |
|
inline |
Determine if the 'itunesAppId
' attribute was set.
- Returns
- true if the '
itunesAppId
' attribute was set.
◆ has_kind()
bool google_games_api::InstanceIosDetails::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_preferred_for_ipad()
bool google_games_api::InstanceIosDetails::has_preferred_for_ipad |
( |
| ) |
const |
|
inline |
Determine if the 'preferredForIpad
' attribute was set.
- Returns
- true if the '
preferredForIpad
' attribute was set.
◆ has_preferred_for_iphone()
bool google_games_api::InstanceIosDetails::has_preferred_for_iphone |
( |
| ) |
const |
|
inline |
Determine if the 'preferredForIphone
' attribute was set.
- Returns
- true if the '
preferredForIphone
' attribute was set.
◆ has_support_ipad()
bool google_games_api::InstanceIosDetails::has_support_ipad |
( |
| ) |
const |
|
inline |
Determine if the 'supportIpad
' attribute was set.
- Returns
- true if the '
supportIpad
' attribute was set.
◆ has_support_iphone()
bool google_games_api::InstanceIosDetails::has_support_iphone |
( |
| ) |
const |
|
inline |
Determine if the 'supportIphone
' attribute was set.
- Returns
- true if the '
supportIphone
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_bundle_identifier()
void google_games_api::InstanceIosDetails::set_bundle_identifier |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'bundleIdentifier
' attribute.
Bundle identifier.
- Parameters
-
◆ set_itunes_app_id()
void google_games_api::InstanceIosDetails::set_itunes_app_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'itunesAppId
' attribute.
iTunes App ID.
- Parameters
-
◆ set_kind()
void google_games_api::InstanceIosDetails::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::instanceIosDetails.
- Parameters
-
◆ set_preferred_for_ipad()
void google_games_api::InstanceIosDetails::set_preferred_for_ipad |
( |
bool |
value | ) |
|
|
inline |
Change the 'preferredForIpad
' attribute.
Indicates that this instance is the default for new installations on iPad devices.
- Parameters
-
◆ set_preferred_for_iphone()
void google_games_api::InstanceIosDetails::set_preferred_for_iphone |
( |
bool |
value | ) |
|
|
inline |
Change the 'preferredForIphone
' attribute.
Indicates that this instance is the default for new installations on iPhone devices.
- Parameters
-
◆ set_support_ipad()
void google_games_api::InstanceIosDetails::set_support_ipad |
( |
bool |
value | ) |
|
|
inline |
Change the 'supportIpad
' attribute.
Flag to indicate if this instance supports iPad.
- Parameters
-
◆ set_support_iphone()
void google_games_api::InstanceIosDetails::set_support_iphone |
( |
bool |
value | ) |
|
|
inline |
Change the 'supportIphone
' attribute.
Flag to indicate if this instance supports iPhone.
- Parameters
-
The documentation for this class was generated from the following files: