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

#include <channel_content_details.h>

Inheritance diagram for google_youtube_api::ChannelContentDetails:

Classes

class  ChannelContentDetailsRelatedPlaylists
 

Public Member Functions

 ChannelContentDetails (const Json::Value &storage)
 
 ChannelContentDetails (Json::Value *storage)
 
virtual ~ChannelContentDetails ()
 
const StringPiece GetTypeName () const
 
bool has_related_playlists () const
 
void clear_related_playlists ()
 
const ChannelContentDetailsRelatedPlaylists get_related_playlists () const
 
ChannelContentDetailsRelatedPlaylists mutable_relatedPlaylists ()
 

Static Public Member Functions

static ChannelContentDetailsNew ()
 

Detailed Description

Details about the content of a channel.

Constructor & Destructor Documentation

◆ ChannelContentDetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ChannelContentDetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ChannelContentDetails()

google_youtube_api::ChannelContentDetails::~ChannelContentDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_related_playlists()

void google_youtube_api::ChannelContentDetails::clear_related_playlists ( )
inline

Clears the 'relatedPlaylists' attribute.

◆ get_related_playlists()

const ChannelContentDetailsRelatedPlaylists google_youtube_api::ChannelContentDetails::get_related_playlists ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::ChannelContentDetails

◆ has_related_playlists()

bool google_youtube_api::ChannelContentDetails::has_related_playlists ( ) const
inline

Determine if the 'relatedPlaylists' attribute was set.

Returns
true if the 'relatedPlaylists' attribute was set.

◆ mutable_relatedPlaylists()

ChannelContentDetailsRelatedPlaylists google_youtube_api::ChannelContentDetails::mutable_relatedPlaylists ( )
inline

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

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

◆ New()

ChannelContentDetails * google_youtube_api::ChannelContentDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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