#include <free_busy_group.h>
◆ FreeBusyGroup() [1/2]
| google_calendar_api::FreeBusyGroup::FreeBusyGroup |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ FreeBusyGroup() [2/2]
| google_calendar_api::FreeBusyGroup::FreeBusyGroup |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~FreeBusyGroup()
| google_calendar_api::FreeBusyGroup::~FreeBusyGroup |
( |
| ) |
|
|
virtual |
◆ clear_calendars()
| void google_calendar_api::FreeBusyGroup::clear_calendars |
( |
| ) |
|
|
inline |
Clears the 'calendars' attribute.
◆ clear_errors()
| void google_calendar_api::FreeBusyGroup::clear_errors |
( |
| ) |
|
|
inline |
Clears the 'errors' attribute.
◆ get_calendars()
| const client::JsonCppArray<string > google_calendar_api::FreeBusyGroup::get_calendars |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'calendars' attribute.
◆ get_errors()
| const client::JsonCppArray<Error > google_calendar_api::FreeBusyGroup::get_errors |
( |
| ) |
const |
Get a reference to the value of the 'errors' attribute.
◆ GetTypeName()
| const StringPiece google_calendar_api::FreeBusyGroup::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_calendars()
| bool google_calendar_api::FreeBusyGroup::has_calendars |
( |
| ) |
const |
|
inline |
Determine if the 'calendars' attribute was set.
- Returns
- true if the '
calendars' attribute was set.
◆ has_errors()
| bool google_calendar_api::FreeBusyGroup::has_errors |
( |
| ) |
const |
|
inline |
Determine if the 'errors' attribute was set.
- Returns
- true if the '
errors' attribute was set.
◆ mutable_calendars()
| client::JsonCppArray<string > google_calendar_api::FreeBusyGroup::mutable_calendars |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'calendars' property.
List of calendars' identifiers within a group.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_errors()
| client::JsonCppArray<Error > google_calendar_api::FreeBusyGroup::mutable_errors |
( |
| ) |
|
Gets a reference to a mutable value of the 'errors' property.
Optional error(s) (if computation for the group failed).
- 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: