#include <modify_thread_request.h>
◆ ModifyThreadRequest() [1/2]
google_gmail_api::ModifyThreadRequest::ModifyThreadRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ModifyThreadRequest() [2/2]
google_gmail_api::ModifyThreadRequest::ModifyThreadRequest |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ModifyThreadRequest()
google_gmail_api::ModifyThreadRequest::~ModifyThreadRequest |
( |
| ) |
|
|
virtual |
◆ clear_add_label_ids()
void google_gmail_api::ModifyThreadRequest::clear_add_label_ids |
( |
| ) |
|
|
inline |
Clears the 'addLabelIds
' attribute.
◆ clear_remove_label_ids()
void google_gmail_api::ModifyThreadRequest::clear_remove_label_ids |
( |
| ) |
|
|
inline |
Clears the 'removeLabelIds
' attribute.
◆ get_add_label_ids()
const client::JsonCppArray<string > google_gmail_api::ModifyThreadRequest::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::ModifyThreadRequest::get_remove_label_ids |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'removeLabelIds
' attribute.
◆ GetTypeName()
const StringPiece google_gmail_api::ModifyThreadRequest::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_add_label_ids()
bool google_gmail_api::ModifyThreadRequest::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::ModifyThreadRequest::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::ModifyThreadRequest::mutable_addLabelIds |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'addLabelIds
' property.
A list of IDs of labels to add to this thread.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_removeLabelIds()
client::JsonCppArray<string > google_gmail_api::ModifyThreadRequest::mutable_removeLabelIds |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'removeLabelIds
' property.
A list of IDs of labels to remove from this thread.
- 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: