#include <free_busy_response.h>
◆ FreeBusyResponse() [1/2]
google_calendar_api::FreeBusyResponse::FreeBusyResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ FreeBusyResponse() [2/2]
google_calendar_api::FreeBusyResponse::FreeBusyResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~FreeBusyResponse()
google_calendar_api::FreeBusyResponse::~FreeBusyResponse |
( |
| ) |
|
|
virtual |
◆ clear_calendars()
void google_calendar_api::FreeBusyResponse::clear_calendars |
( |
| ) |
|
|
inline |
Clears the 'calendars
' attribute.
◆ clear_groups()
void google_calendar_api::FreeBusyResponse::clear_groups |
( |
| ) |
|
|
inline |
Clears the 'groups
' attribute.
◆ clear_kind()
void google_calendar_api::FreeBusyResponse::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_time_max()
void google_calendar_api::FreeBusyResponse::clear_time_max |
( |
| ) |
|
|
inline |
Clears the 'timeMax
' attribute.
◆ clear_time_min()
void google_calendar_api::FreeBusyResponse::clear_time_min |
( |
| ) |
|
|
inline |
Clears the 'timeMin
' attribute.
◆ get_calendars()
const client::JsonCppAssociativeArray<FreeBusyCalendar > google_calendar_api::FreeBusyResponse::get_calendars |
( |
| ) |
const |
Get a reference to the value of the 'calendars
' attribute.
◆ get_groups()
const client::JsonCppAssociativeArray<FreeBusyGroup > google_calendar_api::FreeBusyResponse::get_groups |
( |
| ) |
const |
Get a reference to the value of the 'groups
' attribute.
◆ get_kind()
const StringPiece google_calendar_api::FreeBusyResponse::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_time_max()
client::DateTime google_calendar_api::FreeBusyResponse::get_time_max |
( |
| ) |
const |
|
inline |
Get the value of the 'timeMax
' attribute.
◆ get_time_min()
client::DateTime google_calendar_api::FreeBusyResponse::get_time_min |
( |
| ) |
const |
|
inline |
Get the value of the 'timeMin
' attribute.
◆ GetTypeName()
const StringPiece google_calendar_api::FreeBusyResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_calendars()
bool google_calendar_api::FreeBusyResponse::has_calendars |
( |
| ) |
const |
|
inline |
Determine if the 'calendars
' attribute was set.
- Returns
- true if the '
calendars
' attribute was set.
◆ has_groups()
bool google_calendar_api::FreeBusyResponse::has_groups |
( |
| ) |
const |
|
inline |
Determine if the 'groups
' attribute was set.
- Returns
- true if the '
groups
' attribute was set.
◆ has_kind()
bool google_calendar_api::FreeBusyResponse::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_time_max()
bool google_calendar_api::FreeBusyResponse::has_time_max |
( |
| ) |
const |
|
inline |
Determine if the 'timeMax
' attribute was set.
- Returns
- true if the '
timeMax
' attribute was set.
◆ has_time_min()
bool google_calendar_api::FreeBusyResponse::has_time_min |
( |
| ) |
const |
|
inline |
Determine if the 'timeMin
' attribute was set.
- Returns
- true if the '
timeMin
' attribute was set.
◆ mutable_calendars()
client::JsonCppAssociativeArray<FreeBusyCalendar > google_calendar_api::FreeBusyResponse::mutable_calendars |
( |
| ) |
|
Gets a reference to a mutable value of the 'calendars
' property.
List of free/busy information for calendars.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_groups()
client::JsonCppAssociativeArray<FreeBusyGroup > google_calendar_api::FreeBusyResponse::mutable_groups |
( |
| ) |
|
Gets a reference to a mutable value of the 'groups
' property.
Expansion of groups.
- 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_kind()
void google_calendar_api::FreeBusyResponse::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Type of the resource ("calendar#freeBusy").
- Parameters
-
◆ set_time_max()
void google_calendar_api::FreeBusyResponse::set_time_max |
( |
client::DateTime |
value | ) |
|
|
inline |
Change the 'timeMax
' attribute.
The end of the interval.
- Parameters
-
◆ set_time_min()
void google_calendar_api::FreeBusyResponse::set_time_min |
( |
client::DateTime |
value | ) |
|
|
inline |
Change the 'timeMin
' attribute.
The start of the interval.
- Parameters
-
The documentation for this class was generated from the following files: