#include <channel_content_details.h>
◆ ChannelContentDetailsRelatedPlaylists() [1/2]
google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::ChannelContentDetailsRelatedPlaylists |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ChannelContentDetailsRelatedPlaylists() [2/2]
google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::ChannelContentDetailsRelatedPlaylists |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ChannelContentDetailsRelatedPlaylists()
google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::~ChannelContentDetailsRelatedPlaylists |
( |
| ) |
|
|
virtual |
◆ clear_favorites()
void google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::clear_favorites |
( |
| ) |
|
|
inline |
Clears the 'favorites
' attribute.
◆ clear_likes()
void google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::clear_likes |
( |
| ) |
|
|
inline |
Clears the 'likes
' attribute.
◆ clear_uploads()
void google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::clear_uploads |
( |
| ) |
|
|
inline |
Clears the 'uploads
' attribute.
◆ clear_watch_history()
void google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::clear_watch_history |
( |
| ) |
|
|
inline |
Clears the 'watchHistory
' attribute.
◆ clear_watch_later()
void google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::clear_watch_later |
( |
| ) |
|
|
inline |
Clears the 'watchLater
' attribute.
◆ get_favorites()
const StringPiece google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::get_favorites |
( |
| ) |
const |
|
inline |
Get the value of the 'favorites
' attribute.
◆ get_likes()
const StringPiece google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::get_likes |
( |
| ) |
const |
|
inline |
Get the value of the 'likes
' attribute.
◆ get_uploads()
const StringPiece google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::get_uploads |
( |
| ) |
const |
|
inline |
Get the value of the 'uploads
' attribute.
◆ get_watch_history()
const StringPiece google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::get_watch_history |
( |
| ) |
const |
|
inline |
Get the value of the 'watchHistory
' attribute.
◆ get_watch_later()
const StringPiece google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::get_watch_later |
( |
| ) |
const |
|
inline |
Get the value of the 'watchLater
' attribute.
◆ GetTypeName()
const StringPiece google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::GetTypeName |
( |
| ) |
const |
|
inline |
Returns a string denoting the type of this data object.
- Returns
google_youtube_api::ChannelContentDetailsRelatedPlaylists
◆ has_favorites()
bool google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::has_favorites |
( |
| ) |
const |
|
inline |
Determine if the 'favorites
' attribute was set.
- Returns
- true if the '
favorites
' attribute was set.
◆ has_likes()
bool google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::has_likes |
( |
| ) |
const |
|
inline |
Determine if the 'likes
' attribute was set.
- Returns
- true if the '
likes
' attribute was set.
◆ has_uploads()
bool google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::has_uploads |
( |
| ) |
const |
|
inline |
Determine if the 'uploads
' attribute was set.
- Returns
- true if the '
uploads
' attribute was set.
◆ has_watch_history()
bool google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::has_watch_history |
( |
| ) |
const |
|
inline |
Determine if the 'watchHistory
' attribute was set.
- Returns
- true if the '
watchHistory
' attribute was set.
◆ has_watch_later()
bool google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::has_watch_later |
( |
| ) |
const |
|
inline |
Determine if the 'watchLater
' attribute was set.
- Returns
- true if the '
watchLater
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_favorites()
void google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::set_favorites |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'favorites
' attribute.
The ID of the playlist that contains the channel"s favorite videos. Use the playlistItems.insert and playlistItems.delete to add or remove items from that list.
- Parameters
-
◆ set_likes()
void google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::set_likes |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'likes
' attribute.
The ID of the playlist that contains the channel"s liked videos. Use the playlistItems.insert and playlistItems.delete to add or remove items from that list.
- Parameters
-
◆ set_uploads()
void google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::set_uploads |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'uploads
' attribute.
The ID of the playlist that contains the channel"s uploaded videos. Use the videos.insert method to upload new videos and the videos.delete method to delete previously uploaded videos.
- Parameters
-
◆ set_watch_history()
void google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::set_watch_history |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'watchHistory
' attribute.
The ID of the playlist that contains the channel"s watch history. Use the playlistItems.insert and playlistItems.delete to add or remove items from that list.
- Parameters
-
◆ set_watch_later()
void google_youtube_api::ChannelContentDetails::ChannelContentDetailsRelatedPlaylists::set_watch_later |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'watchLater
' attribute.
The ID of the playlist that contains the channel"s watch later playlist. Use the playlistItems.insert and playlistItems.delete to add or remove items from that list.
- Parameters
-
The documentation for this class was generated from the following files: