gmail  v1
Public Member Functions | Static Public Member Functions | List of all members
google_gmail_api::HistoryLabelAdded Class Reference

#include <history_label_added.h>

Inheritance diagram for google_gmail_api::HistoryLabelAdded:

Public Member Functions

 HistoryLabelAdded (const Json::Value &storage)
 
 HistoryLabelAdded (Json::Value *storage)
 
virtual ~HistoryLabelAdded ()
 
const StringPiece GetTypeName () const
 
bool has_label_ids () const
 
void clear_label_ids ()
 
const client::JsonCppArray< string > get_label_ids () const
 
client::JsonCppArray< string > mutable_labelIds ()
 
bool has_message () const
 
void clear_message ()
 
const Message get_message () const
 
Message mutable_message ()
 

Static Public Member Functions

static HistoryLabelAddedNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ HistoryLabelAdded() [1/2]

google_gmail_api::HistoryLabelAdded::HistoryLabelAdded ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ HistoryLabelAdded() [2/2]

google_gmail_api::HistoryLabelAdded::HistoryLabelAdded ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~HistoryLabelAdded()

google_gmail_api::HistoryLabelAdded::~HistoryLabelAdded ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_label_ids()

void google_gmail_api::HistoryLabelAdded::clear_label_ids ( )
inline

Clears the 'labelIds' attribute.

◆ clear_message()

void google_gmail_api::HistoryLabelAdded::clear_message ( )
inline

Clears the 'message' attribute.

◆ get_label_ids()

const client::JsonCppArray<string > google_gmail_api::HistoryLabelAdded::get_label_ids ( ) const
inline

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

◆ get_message()

const Message google_gmail_api::HistoryLabelAdded::get_message ( ) const

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

◆ GetTypeName()

const StringPiece google_gmail_api::HistoryLabelAdded::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_gmail_api::HistoryLabelAdded

◆ has_label_ids()

bool google_gmail_api::HistoryLabelAdded::has_label_ids ( ) const
inline

Determine if the 'labelIds' attribute was set.

Returns
true if the 'labelIds' attribute was set.

◆ has_message()

bool google_gmail_api::HistoryLabelAdded::has_message ( ) const
inline

Determine if the 'message' attribute was set.

Returns
true if the 'message' attribute was set.

◆ mutable_labelIds()

client::JsonCppArray<string > google_gmail_api::HistoryLabelAdded::mutable_labelIds ( )
inline

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

Label IDs added to the message.

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

◆ mutable_message()

Message google_gmail_api::HistoryLabelAdded::mutable_message ( )

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

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

◆ New()

HistoryLabelAdded * google_gmail_api::HistoryLabelAdded::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: