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

#include <push_token_id.h>

Inheritance diagram for google_games_api::PushTokenId:

Classes

class  PushTokenIdIos
 

Public Member Functions

 PushTokenId (const Json::Value &storage)
 
 PushTokenId (Json::Value *storage)
 
virtual ~PushTokenId ()
 
const StringPiece GetTypeName () const
 
bool has_ios () const
 
void clear_ios ()
 
const PushTokenIdIos get_ios () const
 
PushTokenIdIos mutable_ios ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static PushTokenIdNew ()
 

Detailed Description

This is a JSON template for a push token ID resource.

Constructor & Destructor Documentation

◆ PushTokenId() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ PushTokenId() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~PushTokenId()

google_games_api::PushTokenId::~PushTokenId ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_ios()

void google_games_api::PushTokenId::clear_ios ( )
inline

Clears the 'ios' attribute.

◆ clear_kind()

void google_games_api::PushTokenId::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_ios()

const PushTokenIdIos google_games_api::PushTokenId::get_ios ( ) const
inline

Get a reference to the value of the 'ios' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_games_api::PushTokenId

◆ has_ios()

bool google_games_api::PushTokenId::has_ios ( ) const
inline

Determine if the 'ios' attribute was set.

Returns
true if the 'ios' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_ios()

PushTokenIdIos google_games_api::PushTokenId::mutable_ios ( )
inline

Gets a reference to a mutable value of the 'ios' property.

A push token ID for iOS devices.

Returns
The result can be modified to change the attribute value.

◆ New()

PushTokenId * google_games_api::PushTokenId::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

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