#include <channel_profile_details.h>
◆ ChannelProfileDetails() [1/2]
google_youtube_api::ChannelProfileDetails::ChannelProfileDetails |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ChannelProfileDetails() [2/2]
google_youtube_api::ChannelProfileDetails::ChannelProfileDetails |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ChannelProfileDetails()
google_youtube_api::ChannelProfileDetails::~ChannelProfileDetails |
( |
| ) |
|
|
virtual |
◆ clear_channel_id()
void google_youtube_api::ChannelProfileDetails::clear_channel_id |
( |
| ) |
|
|
inline |
Clears the 'channelId
' attribute.
◆ clear_channel_url()
void google_youtube_api::ChannelProfileDetails::clear_channel_url |
( |
| ) |
|
|
inline |
Clears the 'channelUrl
' attribute.
◆ clear_display_name()
void google_youtube_api::ChannelProfileDetails::clear_display_name |
( |
| ) |
|
|
inline |
Clears the 'displayName
' attribute.
◆ clear_profile_image_url()
void google_youtube_api::ChannelProfileDetails::clear_profile_image_url |
( |
| ) |
|
|
inline |
Clears the 'profileImageUrl
' attribute.
◆ get_channel_id()
const StringPiece google_youtube_api::ChannelProfileDetails::get_channel_id |
( |
| ) |
const |
|
inline |
Get the value of the 'channelId
' attribute.
◆ get_channel_url()
const StringPiece google_youtube_api::ChannelProfileDetails::get_channel_url |
( |
| ) |
const |
|
inline |
Get the value of the 'channelUrl
' attribute.
◆ get_display_name()
const StringPiece google_youtube_api::ChannelProfileDetails::get_display_name |
( |
| ) |
const |
|
inline |
Get the value of the 'displayName
' attribute.
◆ get_profile_image_url()
const StringPiece google_youtube_api::ChannelProfileDetails::get_profile_image_url |
( |
| ) |
const |
|
inline |
Get the value of the 'profileImageUrl
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::ChannelProfileDetails::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_channel_id()
bool google_youtube_api::ChannelProfileDetails::has_channel_id |
( |
| ) |
const |
|
inline |
Determine if the 'channelId
' attribute was set.
- Returns
- true if the '
channelId
' attribute was set.
◆ has_channel_url()
bool google_youtube_api::ChannelProfileDetails::has_channel_url |
( |
| ) |
const |
|
inline |
Determine if the 'channelUrl
' attribute was set.
- Returns
- true if the '
channelUrl
' attribute was set.
◆ has_display_name()
bool google_youtube_api::ChannelProfileDetails::has_display_name |
( |
| ) |
const |
|
inline |
Determine if the 'displayName
' attribute was set.
- Returns
- true if the '
displayName
' attribute was set.
◆ has_profile_image_url()
bool google_youtube_api::ChannelProfileDetails::has_profile_image_url |
( |
| ) |
const |
|
inline |
Determine if the 'profileImageUrl
' attribute was set.
- Returns
- true if the '
profileImageUrl
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_channel_id()
void google_youtube_api::ChannelProfileDetails::set_channel_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'channelId
' attribute.
The YouTube channel ID.
- Parameters
-
◆ set_channel_url()
void google_youtube_api::ChannelProfileDetails::set_channel_url |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'channelUrl
' attribute.
The channel's URL.
- Parameters
-
◆ set_display_name()
void google_youtube_api::ChannelProfileDetails::set_display_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'displayName
' attribute.
The channel's display name.
- Parameters
-
◆ set_profile_image_url()
void google_youtube_api::ChannelProfileDetails::set_profile_image_url |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'profileImageUrl
' attribute.
The channels's avatar URL.
- Parameters
-
The documentation for this class was generated from the following files: