#include <free_busy_request_item.h>
◆ FreeBusyRequestItem() [1/2]
| google_calendar_api::FreeBusyRequestItem::FreeBusyRequestItem |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ FreeBusyRequestItem() [2/2]
| google_calendar_api::FreeBusyRequestItem::FreeBusyRequestItem |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~FreeBusyRequestItem()
| google_calendar_api::FreeBusyRequestItem::~FreeBusyRequestItem |
( |
| ) |
|
|
virtual |
◆ clear_id()
| void google_calendar_api::FreeBusyRequestItem::clear_id |
( |
| ) |
|
|
inline |
Clears the 'id' attribute.
◆ get_id()
| const StringPiece google_calendar_api::FreeBusyRequestItem::get_id |
( |
| ) |
const |
|
inline |
Get the value of the 'id' attribute.
◆ GetTypeName()
| const StringPiece google_calendar_api::FreeBusyRequestItem::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_id()
| bool google_calendar_api::FreeBusyRequestItem::has_id |
( |
| ) |
const |
|
inline |
Determine if the 'id' attribute was set.
- Returns
- true if the '
id' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_id()
| void google_calendar_api::FreeBusyRequestItem::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id' attribute.
The identifier of a calendar or a group.
- Parameters
-
The documentation for this class was generated from the following files: