#include <modify_message_request.h>
◆ ModifyMessageRequest() [1/2]
google_gmail_api::ModifyMessageRequest::ModifyMessageRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ModifyMessageRequest() [2/2]
google_gmail_api::ModifyMessageRequest::ModifyMessageRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ModifyMessageRequest()
google_gmail_api::ModifyMessageRequest::~ModifyMessageRequest |
( |
| ) |
|
|
virtual |
◆ clear_add_label_ids()
void google_gmail_api::ModifyMessageRequest::clear_add_label_ids |
( |
| ) |
|
|
inline |
Clears the 'addLabelIds
' attribute.
◆ clear_remove_label_ids()
void google_gmail_api::ModifyMessageRequest::clear_remove_label_ids |
( |
| ) |
|
|
inline |
Clears the 'removeLabelIds
' attribute.
◆ get_add_label_ids()
const client::JsonCppArray<string > google_gmail_api::ModifyMessageRequest::get_add_label_ids |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'addLabelIds
' attribute.
◆ get_remove_label_ids()
const client::JsonCppArray<string > google_gmail_api::ModifyMessageRequest::get_remove_label_ids |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'removeLabelIds
' attribute.
◆ GetTypeName()
const StringPiece google_gmail_api::ModifyMessageRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_add_label_ids()
bool google_gmail_api::ModifyMessageRequest::has_add_label_ids |
( |
| ) |
const |
|
inline |
Determine if the 'addLabelIds
' attribute was set.
- Returns
- true if the '
addLabelIds
' attribute was set.
◆ has_remove_label_ids()
bool google_gmail_api::ModifyMessageRequest::has_remove_label_ids |
( |
| ) |
const |
|
inline |
Determine if the 'removeLabelIds
' attribute was set.
- Returns
- true if the '
removeLabelIds
' attribute was set.
◆ mutable_addLabelIds()
client::JsonCppArray<string > google_gmail_api::ModifyMessageRequest::mutable_addLabelIds |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'addLabelIds
' property.
A list of IDs of labels to add to this message.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_removeLabelIds()
client::JsonCppArray<string > google_gmail_api::ModifyMessageRequest::mutable_removeLabelIds |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'removeLabelIds
' property.
A list IDs of labels to remove from this message.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: