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

#include <history_label_removed.h>

Inheritance diagram for google_gmail_api::HistoryLabelRemoved:

Public Member Functions

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

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ HistoryLabelRemoved() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ HistoryLabelRemoved() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~HistoryLabelRemoved()

google_gmail_api::HistoryLabelRemoved::~HistoryLabelRemoved ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_label_ids()

void google_gmail_api::HistoryLabelRemoved::clear_label_ids ( )
inline

Clears the 'labelIds' attribute.

◆ clear_message()

void google_gmail_api::HistoryLabelRemoved::clear_message ( )
inline

Clears the 'message' attribute.

◆ get_label_ids()

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

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

◆ get_message()

const Message google_gmail_api::HistoryLabelRemoved::get_message ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_gmail_api::HistoryLabelRemoved

◆ has_label_ids()

bool google_gmail_api::HistoryLabelRemoved::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::HistoryLabelRemoved::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::HistoryLabelRemoved::mutable_labelIds ( )
inline

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

Label IDs removed from the message.

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

◆ mutable_message()

Message google_gmail_api::HistoryLabelRemoved::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()

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