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

#include <activity_content_details_comment.h>

Inheritance diagram for google_youtube_api::ActivityContentDetailsComment:

Public Member Functions

 ActivityContentDetailsComment (const Json::Value &storage)
 
 ActivityContentDetailsComment (Json::Value *storage)
 
virtual ~ActivityContentDetailsComment ()
 
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 ActivityContentDetailsCommentNew ()
 

Detailed Description

Information about a resource that received a comment.

Constructor & Destructor Documentation

◆ ActivityContentDetailsComment() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ActivityContentDetailsComment() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ActivityContentDetailsComment()

google_youtube_api::ActivityContentDetailsComment::~ActivityContentDetailsComment ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_resource_id()

void google_youtube_api::ActivityContentDetailsComment::clear_resource_id ( )
inline

Clears the 'resourceId' attribute.

◆ get_resource_id()

const ResourceId google_youtube_api::ActivityContentDetailsComment::get_resource_id ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_youtube_api::ActivityContentDetailsComment

◆ has_resource_id()

bool google_youtube_api::ActivityContentDetailsComment::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::ActivityContentDetailsComment::mutable_resourceId ( )

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

The resourceId object contains information that identifies the resource associated with the comment.

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

◆ New()

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