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

#include <list_send_as_response.h>

Inheritance diagram for google_gmail_api::ListSendAsResponse:

Public Member Functions

 ListSendAsResponse (const Json::Value &storage)
 
 ListSendAsResponse (Json::Value *storage)
 
virtual ~ListSendAsResponse ()
 
const StringPiece GetTypeName () const
 
bool has_send_as () const
 
void clear_send_as ()
 
const client::JsonCppArray< SendAsget_send_as () const
 
client::JsonCppArray< SendAsmutable_sendAs ()
 

Static Public Member Functions

static ListSendAsResponseNew ()
 

Detailed Description

Response for the ListSendAs method.

Constructor & Destructor Documentation

◆ ListSendAsResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ListSendAsResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ListSendAsResponse()

google_gmail_api::ListSendAsResponse::~ListSendAsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_send_as()

void google_gmail_api::ListSendAsResponse::clear_send_as ( )
inline

Clears the 'sendAs' attribute.

◆ get_send_as()

const client::JsonCppArray<SendAs > google_gmail_api::ListSendAsResponse::get_send_as ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_gmail_api::ListSendAsResponse

◆ has_send_as()

bool google_gmail_api::ListSendAsResponse::has_send_as ( ) const
inline

Determine if the 'sendAs' attribute was set.

Returns
true if the 'sendAs' attribute was set.

◆ mutable_sendAs()

client::JsonCppArray<SendAs > google_gmail_api::ListSendAsResponse::mutable_sendAs ( )

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

List of send-as aliases.

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

◆ New()

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