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

#include <activity_content_details_bulletin.h>

Inheritance diagram for google_youtube_api::ActivityContentDetailsBulletin:

Public Member Functions

 ActivityContentDetailsBulletin (const Json::Value &storage)
 
 ActivityContentDetailsBulletin (Json::Value *storage)
 
virtual ~ActivityContentDetailsBulletin ()
 
const StringPiece GetTypeName () const
 
bool has_resource_id () const
 
void clear_resource_id ()
 
const ResourceId get_resource_id () const
 
ResourceId mutable_resourceId ()
 

Static Public Member Functions

static ActivityContentDetailsBulletinNew ()
 

Detailed Description

Details about a channel bulletin post.

Constructor & Destructor Documentation

◆ ActivityContentDetailsBulletin() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ActivityContentDetailsBulletin() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ActivityContentDetailsBulletin()

google_youtube_api::ActivityContentDetailsBulletin::~ActivityContentDetailsBulletin ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_resource_id()

void google_youtube_api::ActivityContentDetailsBulletin::clear_resource_id ( )
inline

Clears the 'resourceId' attribute.

◆ get_resource_id()

const ResourceId google_youtube_api::ActivityContentDetailsBulletin::get_resource_id ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::ActivityContentDetailsBulletin

◆ has_resource_id()

bool google_youtube_api::ActivityContentDetailsBulletin::has_resource_id ( ) const
inline

Determine if the 'resourceId' attribute was set.

Returns
true if the 'resourceId' attribute was set.

◆ mutable_resourceId()

ResourceId google_youtube_api::ActivityContentDetailsBulletin::mutable_resourceId ( )

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

The resourceId object contains information that identifies the resource associated with a bulletin post.

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

◆ New()

ActivityContentDetailsBulletin * google_youtube_api::ActivityContentDetailsBulletin::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: