#include <conference_solution.h>
◆ ConferenceSolution() [1/2]
| google_calendar_api::ConferenceSolution::ConferenceSolution |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ConferenceSolution() [2/2]
| google_calendar_api::ConferenceSolution::ConferenceSolution |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~ConferenceSolution()
| google_calendar_api::ConferenceSolution::~ConferenceSolution |
( |
| ) |
|
|
virtual |
◆ clear_icon_uri()
| void google_calendar_api::ConferenceSolution::clear_icon_uri |
( |
| ) |
|
|
inline |
Clears the 'iconUri' attribute.
◆ clear_key()
| void google_calendar_api::ConferenceSolution::clear_key |
( |
| ) |
|
|
inline |
Clears the 'key' attribute.
◆ clear_name()
| void google_calendar_api::ConferenceSolution::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name' attribute.
◆ get_icon_uri()
| const StringPiece google_calendar_api::ConferenceSolution::get_icon_uri |
( |
| ) |
const |
|
inline |
Get the value of the 'iconUri' attribute.
◆ get_key()
Get a reference to the value of the 'key' attribute.
◆ get_name()
| const StringPiece google_calendar_api::ConferenceSolution::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name' attribute.
◆ GetTypeName()
| const StringPiece google_calendar_api::ConferenceSolution::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_icon_uri()
| bool google_calendar_api::ConferenceSolution::has_icon_uri |
( |
| ) |
const |
|
inline |
Determine if the 'iconUri' attribute was set.
- Returns
- true if the '
iconUri' attribute was set.
◆ has_key()
| bool google_calendar_api::ConferenceSolution::has_key |
( |
| ) |
const |
|
inline |
Determine if the 'key' attribute was set.
- Returns
- true if the '
key' attribute was set.
◆ has_name()
| bool google_calendar_api::ConferenceSolution::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name' attribute was set.
- Returns
- true if the '
name' attribute was set.
◆ mutable_key()
Gets a reference to a mutable value of the 'key' property.
The key which can uniquely identify the conference solution for this event.
- 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.
◆ set_icon_uri()
| void google_calendar_api::ConferenceSolution::set_icon_uri |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'iconUri' attribute.
The user-visible icon for this solution.
- Parameters
-
◆ set_name()
| void google_calendar_api::ConferenceSolution::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name' attribute.
The user-visible name of this solution. Not localized.
- Parameters
-
The documentation for this class was generated from the following files: