youtube  v3
Public Member Functions | Static Public Member Functions | List of all members
google_youtube_api::NonprofitId Class Reference

#include <nonprofit_id.h>

Inheritance diagram for google_youtube_api::NonprofitId:

Public Member Functions

 NonprofitId (const Json::Value &storage)
 
 NonprofitId (Json::Value *storage)
 
virtual ~NonprofitId ()
 
const StringPiece GetTypeName () const
 
bool has_value () const
 
void clear_value ()
 
const StringPiece get_value () const
 
void set_value (const StringPiece &value)
 

Static Public Member Functions

static NonprofitIdNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ NonprofitId() [1/2]

google_youtube_api::NonprofitId::NonprofitId ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ NonprofitId() [2/2]

google_youtube_api::NonprofitId::NonprofitId ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~NonprofitId()

google_youtube_api::NonprofitId::~NonprofitId ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_value()

void google_youtube_api::NonprofitId::clear_value ( )
inline

Clears the 'value' attribute.

◆ get_value()

const StringPiece google_youtube_api::NonprofitId::get_value ( ) const
inline

Get the value of the 'value' attribute.

◆ GetTypeName()

const StringPiece google_youtube_api::NonprofitId::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_youtube_api::NonprofitId

◆ has_value()

bool google_youtube_api::NonprofitId::has_value ( ) const
inline

Determine if the 'value' attribute was set.

Returns
true if the 'value' attribute was set.

◆ New()

NonprofitId * google_youtube_api::NonprofitId::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_value()

void google_youtube_api::NonprofitId::set_value ( const StringPiece &  value)
inline

Change the 'value' attribute.

Parameters
[in]valueThe new value.

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