#include <nonprofit.h>
◆ Nonprofit() [1/2]
google_youtube_api::Nonprofit::Nonprofit |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~Nonprofit()
google_youtube_api::Nonprofit::~Nonprofit |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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
-
The documentation for this class was generated from the following files:
- google/youtube_api/nonprofit.h
- google/youtube_api/nonprofit.cc