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

#include <channel_profile_details.h>

Inheritance diagram for google_youtube_api::ChannelProfileDetails:

Public Member Functions

 ChannelProfileDetails (const Json::Value &storage)
 
 ChannelProfileDetails (Json::Value *storage)
 
virtual ~ChannelProfileDetails ()
 
const StringPiece GetTypeName () const
 
bool has_channel_id () const
 
void clear_channel_id ()
 
const StringPiece get_channel_id () const
 
void set_channel_id (const StringPiece &value)
 
bool has_channel_url () const
 
void clear_channel_url ()
 
const StringPiece get_channel_url () const
 
void set_channel_url (const StringPiece &value)
 
bool has_display_name () const
 
void clear_display_name ()
 
const StringPiece get_display_name () const
 
void set_display_name (const StringPiece &value)
 
bool has_profile_image_url () const
 
void clear_profile_image_url ()
 
const StringPiece get_profile_image_url () const
 
void set_profile_image_url (const StringPiece &value)
 

Static Public Member Functions

static ChannelProfileDetailsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ChannelProfileDetails() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~ChannelProfileDetails()

google_youtube_api::ChannelProfileDetails::~ChannelProfileDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::ChannelProfileDetails

◆ 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()

ChannelProfileDetails * google_youtube_api::ChannelProfileDetails::New ( )
static

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
[in]valueThe new value.

◆ set_channel_url()

void google_youtube_api::ChannelProfileDetails::set_channel_url ( const StringPiece &  value)
inline

Change the 'channelUrl' attribute.

The channel's URL.

Parameters
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

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