#include <event_reminder.h>
◆ EventReminder() [1/2]
| google_calendar_api::EventReminder::EventReminder |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ EventReminder() [2/2]
| google_calendar_api::EventReminder::EventReminder |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~EventReminder()
| google_calendar_api::EventReminder::~EventReminder |
( |
| ) |
|
|
virtual |
◆ clear_method()
| void google_calendar_api::EventReminder::clear_method |
( |
| ) |
|
|
inline |
Clears the 'method' attribute.
◆ clear_minutes()
| void google_calendar_api::EventReminder::clear_minutes |
( |
| ) |
|
|
inline |
Clears the 'minutes' attribute.
◆ get_method()
| const StringPiece google_calendar_api::EventReminder::get_method |
( |
| ) |
const |
|
inline |
Get the value of the 'method' attribute.
◆ get_minutes()
| int32 google_calendar_api::EventReminder::get_minutes |
( |
| ) |
const |
|
inline |
Get the value of the 'minutes' attribute.
◆ GetTypeName()
| const StringPiece google_calendar_api::EventReminder::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_method()
| bool google_calendar_api::EventReminder::has_method |
( |
| ) |
const |
|
inline |
Determine if the 'method' attribute was set.
- Returns
- true if the '
method' attribute was set.
◆ has_minutes()
| bool google_calendar_api::EventReminder::has_minutes |
( |
| ) |
const |
|
inline |
Determine if the 'minutes' attribute was set.
- Returns
- true if the '
minutes' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_method()
| void google_calendar_api::EventReminder::set_method |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'method' attribute.
The method used by this reminder. Possible values are:
- "email"
- Reminders are sent via email.
- "popup"
- Reminders are sent via a UI popup.
Required when adding a reminder.
- Parameters
-
◆ set_minutes()
| void google_calendar_api::EventReminder::set_minutes |
( |
int32 |
value | ) |
|
|
inline |
Change the 'minutes' attribute.
Number of minutes before the start of the event when the reminder should trigger. Valid values are between 0 and 40320 (4 weeks in minutes). Required when adding a reminder.
- Parameters
-
The documentation for this class was generated from the following files: