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

#include <instance_ios_details.h>

Inheritance diagram for google_games_api::InstanceIosDetails:

Public Member Functions

 InstanceIosDetails (const Json::Value &storage)
 
 InstanceIosDetails (Json::Value *storage)
 
virtual ~InstanceIosDetails ()
 
const StringPiece GetTypeName () const
 
bool has_bundle_identifier () const
 
void clear_bundle_identifier ()
 
const StringPiece get_bundle_identifier () const
 
void set_bundle_identifier (const StringPiece &value)
 
bool has_itunes_app_id () const
 
void clear_itunes_app_id ()
 
const StringPiece get_itunes_app_id () const
 
void set_itunes_app_id (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_preferred_for_ipad () const
 
void clear_preferred_for_ipad ()
 
bool get_preferred_for_ipad () const
 
void set_preferred_for_ipad (bool value)
 
bool has_preferred_for_iphone () const
 
void clear_preferred_for_iphone ()
 
bool get_preferred_for_iphone () const
 
void set_preferred_for_iphone (bool value)
 
bool has_support_ipad () const
 
void clear_support_ipad ()
 
bool get_support_ipad () const
 
void set_support_ipad (bool value)
 
bool has_support_iphone () const
 
void clear_support_iphone ()
 
bool get_support_iphone () const
 
void set_support_iphone (bool value)
 

Static Public Member Functions

static InstanceIosDetailsNew ()
 

Detailed Description

This is a JSON template for the iOS details resource.

Constructor & Destructor Documentation

◆ InstanceIosDetails() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~InstanceIosDetails()

google_games_api::InstanceIosDetails::~InstanceIosDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_games_api::InstanceIosDetails

◆ 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()

InstanceIosDetails * google_games_api::InstanceIosDetails::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

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