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

#include <member_snippet.h>

Inheritance diagram for google_youtube_api::MemberSnippet:

Public Member Functions

 MemberSnippet (const Json::Value &storage)
 
 MemberSnippet (Json::Value *storage)
 
virtual ~MemberSnippet ()
 
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_member_details () const
 
void clear_member_details ()
 
const ChannelProfileDetails get_member_details () const
 
ChannelProfileDetails mutable_memberDetails ()
 
bool has_memberships_details () const
 
void clear_memberships_details ()
 
const MembershipsDetails get_memberships_details () const
 
MembershipsDetails mutable_membershipsDetails ()
 

Static Public Member Functions

static MemberSnippetNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ MemberSnippet() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ MemberSnippet() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~MemberSnippet()

google_youtube_api::MemberSnippet::~MemberSnippet ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_creator_channel_id()

void google_youtube_api::MemberSnippet::clear_creator_channel_id ( )
inline

Clears the 'creatorChannelId' attribute.

◆ clear_member_details()

void google_youtube_api::MemberSnippet::clear_member_details ( )
inline

Clears the 'memberDetails' attribute.

◆ clear_memberships_details()

void google_youtube_api::MemberSnippet::clear_memberships_details ( )
inline

Clears the 'membershipsDetails' attribute.

◆ get_creator_channel_id()

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

Get the value of the 'creatorChannelId' attribute.

◆ get_member_details()

const ChannelProfileDetails google_youtube_api::MemberSnippet::get_member_details ( ) const

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

◆ get_memberships_details()

const MembershipsDetails google_youtube_api::MemberSnippet::get_memberships_details ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::MemberSnippet

◆ has_creator_channel_id()

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

Determine if the 'creatorChannelId' attribute was set.

Returns
true if the 'creatorChannelId' attribute was set.

◆ has_member_details()

bool google_youtube_api::MemberSnippet::has_member_details ( ) const
inline

Determine if the 'memberDetails' attribute was set.

Returns
true if the 'memberDetails' attribute was set.

◆ has_memberships_details()

bool google_youtube_api::MemberSnippet::has_memberships_details ( ) const
inline

Determine if the 'membershipsDetails' attribute was set.

Returns
true if the 'membershipsDetails' attribute was set.

◆ mutable_memberDetails()

ChannelProfileDetails google_youtube_api::MemberSnippet::mutable_memberDetails ( )

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

Details about the member.

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

◆ mutable_membershipsDetails()

MembershipsDetails google_youtube_api::MemberSnippet::mutable_membershipsDetails ( )

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

Details about the user's membership.

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

◆ New()

MemberSnippet * google_youtube_api::MemberSnippet::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_creator_channel_id()

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

Change the 'creatorChannelId' attribute.

The id of the channel that's offering memberships.

Parameters
[in]valueThe new value.

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