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

#include <playlist_content_details.h>

Inheritance diagram for google_youtube_api::PlaylistContentDetails:

Public Member Functions

 PlaylistContentDetails (const Json::Value &storage)
 
 PlaylistContentDetails (Json::Value *storage)
 
virtual ~PlaylistContentDetails ()
 
const StringPiece GetTypeName () const
 
bool has_item_count () const
 
void clear_item_count ()
 
uint32 get_item_count () const
 
void set_item_count (uint32 value)
 

Static Public Member Functions

static PlaylistContentDetailsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ PlaylistContentDetails() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ PlaylistContentDetails() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~PlaylistContentDetails()

google_youtube_api::PlaylistContentDetails::~PlaylistContentDetails ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_item_count()

void google_youtube_api::PlaylistContentDetails::clear_item_count ( )
inline

Clears the 'itemCount' attribute.

◆ get_item_count()

uint32 google_youtube_api::PlaylistContentDetails::get_item_count ( ) const
inline

Get the value of the 'itemCount' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::PlaylistContentDetails

◆ has_item_count()

bool google_youtube_api::PlaylistContentDetails::has_item_count ( ) const
inline

Determine if the 'itemCount' attribute was set.

Returns
true if the 'itemCount' attribute was set.

◆ New()

PlaylistContentDetails * google_youtube_api::PlaylistContentDetails::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_item_count()

void google_youtube_api::PlaylistContentDetails::set_item_count ( uint32  value)
inline

Change the 'itemCount' attribute.

The number of videos in the playlist.

Parameters
[in]valueThe new value.

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