#include <conference_properties.h>
◆ ConferenceProperties() [1/2]
google_calendar_api::ConferenceProperties::ConferenceProperties |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ConferenceProperties() [2/2]
google_calendar_api::ConferenceProperties::ConferenceProperties |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ConferenceProperties()
google_calendar_api::ConferenceProperties::~ConferenceProperties |
( |
| ) |
|
|
virtual |
◆ clear_allowed_conference_solution_types()
void google_calendar_api::ConferenceProperties::clear_allowed_conference_solution_types |
( |
| ) |
|
|
inline |
Clears the 'allowedConferenceSolutionTypes
' attribute.
◆ get_allowed_conference_solution_types()
const client::JsonCppArray<string > google_calendar_api::ConferenceProperties::get_allowed_conference_solution_types |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'allowedConferenceSolutionTypes
' attribute.
◆ GetTypeName()
const StringPiece google_calendar_api::ConferenceProperties::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_allowed_conference_solution_types()
bool google_calendar_api::ConferenceProperties::has_allowed_conference_solution_types |
( |
| ) |
const |
|
inline |
Determine if the 'allowedConferenceSolutionTypes
' attribute was set.
- Returns
- true if the '
allowedConferenceSolutionTypes
' attribute was set.
◆ mutable_allowedConferenceSolutionTypes()
client::JsonCppArray<string > google_calendar_api::ConferenceProperties::mutable_allowedConferenceSolutionTypes |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'allowedConferenceSolutionTypes
' property.
The types of conference solutions that are supported for this calendar. The possible values are:
- "eventHangout"
- "eventNamedHangout"
- "hangoutsMeet" Optional.
- 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: