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

#include <nonprofit.h>

Inheritance diagram for google_youtube_api::Nonprofit:

Public Member Functions

 Nonprofit (const Json::Value &storage)
 
 Nonprofit (Json::Value *storage)
 
virtual ~Nonprofit ()
 
const StringPiece GetTypeName () const
 
bool has_nonprofit_id () const
 
void clear_nonprofit_id ()
 
const NonprofitId get_nonprofit_id () const
 
NonprofitId mutable_nonprofitId ()
 
bool has_nonprofit_legal_name () const
 
void clear_nonprofit_legal_name ()
 
const StringPiece get_nonprofit_legal_name () const
 
void set_nonprofit_legal_name (const StringPiece &value)
 

Static Public Member Functions

static NonprofitNew ()
 

Detailed Description

Nonprofit information.

Constructor & Destructor Documentation

◆ Nonprofit() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ Nonprofit() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~Nonprofit()

google_youtube_api::Nonprofit::~Nonprofit ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_nonprofit_id()

void google_youtube_api::Nonprofit::clear_nonprofit_id ( )
inline

Clears the 'nonprofitId' attribute.

◆ clear_nonprofit_legal_name()

void google_youtube_api::Nonprofit::clear_nonprofit_legal_name ( )
inline

Clears the 'nonprofitLegalName' attribute.

◆ get_nonprofit_id()

const NonprofitId google_youtube_api::Nonprofit::get_nonprofit_id ( ) const

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

◆ get_nonprofit_legal_name()

const StringPiece google_youtube_api::Nonprofit::get_nonprofit_legal_name ( ) const
inline

Get the value of the 'nonprofitLegalName' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::Nonprofit

◆ has_nonprofit_id()

bool google_youtube_api::Nonprofit::has_nonprofit_id ( ) const
inline

Determine if the 'nonprofitId' attribute was set.

Returns
true if the 'nonprofitId' attribute was set.

◆ has_nonprofit_legal_name()

bool google_youtube_api::Nonprofit::has_nonprofit_legal_name ( ) const
inline

Determine if the 'nonprofitLegalName' attribute was set.

Returns
true if the 'nonprofitLegalName' attribute was set.

◆ mutable_nonprofitId()

NonprofitId google_youtube_api::Nonprofit::mutable_nonprofitId ( )

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

Id of the nonprofit.

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

◆ New()

Nonprofit * google_youtube_api::Nonprofit::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_nonprofit_legal_name()

void google_youtube_api::Nonprofit::set_nonprofit_legal_name ( const StringPiece &  value)
inline

Change the 'nonprofitLegalName' attribute.

Legal name of the nonprofit.

Parameters
[in]valueThe new value.

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