#include <channel_status.h>
JSON template for the status part of a channel.
◆ ChannelStatus() [1/2]
google_youtube_api::ChannelStatus::ChannelStatus |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ChannelStatus() [2/2]
google_youtube_api::ChannelStatus::ChannelStatus |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ChannelStatus()
google_youtube_api::ChannelStatus::~ChannelStatus |
( |
| ) |
|
|
virtual |
◆ clear_is_linked()
void google_youtube_api::ChannelStatus::clear_is_linked |
( |
| ) |
|
|
inline |
Clears the 'isLinked
' attribute.
◆ clear_long_uploads_status()
void google_youtube_api::ChannelStatus::clear_long_uploads_status |
( |
| ) |
|
|
inline |
Clears the 'longUploadsStatus
' attribute.
◆ clear_made_for_kids()
void google_youtube_api::ChannelStatus::clear_made_for_kids |
( |
| ) |
|
|
inline |
Clears the 'madeForKids
' attribute.
◆ clear_privacy_status()
void google_youtube_api::ChannelStatus::clear_privacy_status |
( |
| ) |
|
|
inline |
Clears the 'privacyStatus
' attribute.
◆ clear_self_declared_made_for_kids()
void google_youtube_api::ChannelStatus::clear_self_declared_made_for_kids |
( |
| ) |
|
|
inline |
Clears the 'selfDeclaredMadeForKids
' attribute.
◆ get_is_linked()
bool google_youtube_api::ChannelStatus::get_is_linked |
( |
| ) |
const |
|
inline |
Get the value of the 'isLinked
' attribute.
◆ get_long_uploads_status()
const StringPiece google_youtube_api::ChannelStatus::get_long_uploads_status |
( |
| ) |
const |
|
inline |
Get the value of the 'longUploadsStatus
' attribute.
◆ get_made_for_kids()
bool google_youtube_api::ChannelStatus::get_made_for_kids |
( |
| ) |
const |
|
inline |
Get the value of the 'madeForKids
' attribute.
◆ get_privacy_status()
const StringPiece google_youtube_api::ChannelStatus::get_privacy_status |
( |
| ) |
const |
|
inline |
Get the value of the 'privacyStatus
' attribute.
◆ get_self_declared_made_for_kids()
bool google_youtube_api::ChannelStatus::get_self_declared_made_for_kids |
( |
| ) |
const |
|
inline |
Get the value of the 'selfDeclaredMadeForKids
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::ChannelStatus::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_is_linked()
bool google_youtube_api::ChannelStatus::has_is_linked |
( |
| ) |
const |
|
inline |
Determine if the 'isLinked
' attribute was set.
- Returns
- true if the '
isLinked
' attribute was set.
◆ has_long_uploads_status()
bool google_youtube_api::ChannelStatus::has_long_uploads_status |
( |
| ) |
const |
|
inline |
Determine if the 'longUploadsStatus
' attribute was set.
- Returns
- true if the '
longUploadsStatus
' attribute was set.
◆ has_made_for_kids()
bool google_youtube_api::ChannelStatus::has_made_for_kids |
( |
| ) |
const |
|
inline |
Determine if the 'madeForKids
' attribute was set.
- Returns
- true if the '
madeForKids
' attribute was set.
◆ has_privacy_status()
bool google_youtube_api::ChannelStatus::has_privacy_status |
( |
| ) |
const |
|
inline |
Determine if the 'privacyStatus
' attribute was set.
- Returns
- true if the '
privacyStatus
' attribute was set.
◆ has_self_declared_made_for_kids()
bool google_youtube_api::ChannelStatus::has_self_declared_made_for_kids |
( |
| ) |
const |
|
inline |
Determine if the 'selfDeclaredMadeForKids
' attribute was set.
- Returns
- true if the '
selfDeclaredMadeForKids
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_is_linked()
void google_youtube_api::ChannelStatus::set_is_linked |
( |
bool |
value | ) |
|
|
inline |
Change the 'isLinked
' attribute.
If true, then the user is linked to either a YouTube username or G+ account. Otherwise, the user doesn't have a public YouTube identity.
- Parameters
-
◆ set_long_uploads_status()
void google_youtube_api::ChannelStatus::set_long_uploads_status |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'longUploadsStatus
' attribute.
The long uploads status of this channel. See.
- Parameters
-
◆ set_made_for_kids()
void google_youtube_api::ChannelStatus::set_made_for_kids |
( |
bool |
value | ) |
|
|
inline |
Change the 'madeForKids
' attribute.
- Parameters
-
◆ set_privacy_status()
void google_youtube_api::ChannelStatus::set_privacy_status |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'privacyStatus
' attribute.
Privacy status of the channel.
- Parameters
-
◆ set_self_declared_made_for_kids()
void google_youtube_api::ChannelStatus::set_self_declared_made_for_kids |
( |
bool |
value | ) |
|
|
inline |
Change the 'selfDeclaredMadeForKids
' attribute.
- Parameters
-
The documentation for this class was generated from the following files: