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

#include <batch_delete_messages_request.h>

Inheritance diagram for google_gmail_api::BatchDeleteMessagesRequest:

Public Member Functions

 BatchDeleteMessagesRequest (const Json::Value &storage)
 
 BatchDeleteMessagesRequest (Json::Value *storage)
 
virtual ~BatchDeleteMessagesRequest ()
 
const StringPiece GetTypeName () const
 
bool has_ids () const
 
void clear_ids ()
 
const client::JsonCppArray< string > get_ids () const
 
client::JsonCppArray< string > mutable_ids ()
 

Static Public Member Functions

static BatchDeleteMessagesRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ BatchDeleteMessagesRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ BatchDeleteMessagesRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~BatchDeleteMessagesRequest()

google_gmail_api::BatchDeleteMessagesRequest::~BatchDeleteMessagesRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_ids()

void google_gmail_api::BatchDeleteMessagesRequest::clear_ids ( )
inline

Clears the 'ids' attribute.

◆ get_ids()

const client::JsonCppArray<string > google_gmail_api::BatchDeleteMessagesRequest::get_ids ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_gmail_api::BatchDeleteMessagesRequest

◆ has_ids()

bool google_gmail_api::BatchDeleteMessagesRequest::has_ids ( ) const
inline

Determine if the 'ids' attribute was set.

Returns
true if the 'ids' attribute was set.

◆ mutable_ids()

client::JsonCppArray<string > google_gmail_api::BatchDeleteMessagesRequest::mutable_ids ( )
inline

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

The IDs of the messages to delete.

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

◆ New()

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