#include <message_part_header.h>
◆ MessagePartHeader() [1/2]
google_gmail_api::MessagePartHeader::MessagePartHeader |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ MessagePartHeader() [2/2]
google_gmail_api::MessagePartHeader::MessagePartHeader |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~MessagePartHeader()
google_gmail_api::MessagePartHeader::~MessagePartHeader |
( |
| ) |
|
|
virtual |
◆ clear_name()
void google_gmail_api::MessagePartHeader::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ clear_value()
void google_gmail_api::MessagePartHeader::clear_value |
( |
| ) |
|
|
inline |
Clears the 'value
' attribute.
◆ get_name()
const StringPiece google_gmail_api::MessagePartHeader::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ get_value()
const StringPiece google_gmail_api::MessagePartHeader::get_value |
( |
| ) |
const |
|
inline |
Get the value of the 'value
' attribute.
◆ GetTypeName()
const StringPiece google_gmail_api::MessagePartHeader::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_name()
bool google_gmail_api::MessagePartHeader::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ has_value()
bool google_gmail_api::MessagePartHeader::has_value |
( |
| ) |
const |
|
inline |
Determine if the 'value
' attribute was set.
- Returns
- true if the '
value
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_name()
void google_gmail_api::MessagePartHeader::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
The name of the header before the : separator. For example, To.
- Parameters
-
◆ set_value()
void google_gmail_api::MessagePartHeader::set_value |
( |
const StringPiece & |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: