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

#include <memberships_level_snippet.h>

Inheritance diagram for google_youtube_api::MembershipsLevelSnippet:

Public Member Functions

 MembershipsLevelSnippet (const Json::Value &storage)
 
 MembershipsLevelSnippet (Json::Value *storage)
 
virtual ~MembershipsLevelSnippet ()
 
const StringPiece GetTypeName () const
 
bool has_creator_channel_id () const
 
void clear_creator_channel_id ()
 
const StringPiece get_creator_channel_id () const
 
void set_creator_channel_id (const StringPiece &value)
 
bool has_level_details () const
 
void clear_level_details ()
 
const LevelDetails get_level_details () const
 
LevelDetails mutable_levelDetails ()
 

Static Public Member Functions

static MembershipsLevelSnippetNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ MembershipsLevelSnippet() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ MembershipsLevelSnippet() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~MembershipsLevelSnippet()

google_youtube_api::MembershipsLevelSnippet::~MembershipsLevelSnippet ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_creator_channel_id()

void google_youtube_api::MembershipsLevelSnippet::clear_creator_channel_id ( )
inline

Clears the 'creatorChannelId' attribute.

◆ clear_level_details()

void google_youtube_api::MembershipsLevelSnippet::clear_level_details ( )
inline

Clears the 'levelDetails' attribute.

◆ get_creator_channel_id()

const StringPiece google_youtube_api::MembershipsLevelSnippet::get_creator_channel_id ( ) const
inline

Get the value of the 'creatorChannelId' attribute.

◆ get_level_details()

const LevelDetails google_youtube_api::MembershipsLevelSnippet::get_level_details ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::MembershipsLevelSnippet

◆ has_creator_channel_id()

bool google_youtube_api::MembershipsLevelSnippet::has_creator_channel_id ( ) const
inline

Determine if the 'creatorChannelId' attribute was set.

Returns
true if the 'creatorChannelId' attribute was set.

◆ has_level_details()

bool google_youtube_api::MembershipsLevelSnippet::has_level_details ( ) const
inline

Determine if the 'levelDetails' attribute was set.

Returns
true if the 'levelDetails' attribute was set.

◆ mutable_levelDetails()

LevelDetails google_youtube_api::MembershipsLevelSnippet::mutable_levelDetails ( )

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

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

◆ New()

MembershipsLevelSnippet * google_youtube_api::MembershipsLevelSnippet::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_creator_channel_id()

void google_youtube_api::MembershipsLevelSnippet::set_creator_channel_id ( const StringPiece &  value)
inline

Change the 'creatorChannelId' attribute.

The id of the channel that's offering channel memberships.

Parameters
[in]valueThe new value.

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