calendar
v3
|
#include <event.h>
Public Member Functions | |
EventReminders (const Json::Value &storage) | |
EventReminders (Json::Value *storage) | |
virtual | ~EventReminders () |
const StringPiece | GetTypeName () const |
bool | has_overrides () const |
void | clear_overrides () |
const client::JsonCppArray< EventReminder > | get_overrides () const |
client::JsonCppArray< EventReminder > | mutable_overrides () |
bool | has_use_default () const |
void | clear_use_default () |
bool | get_use_default () const |
void | set_use_default (bool value) |
Static Public Member Functions | |
static EventReminders * | New () |
Information about the event's reminders for the authenticated user.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'overrides
' attribute.
|
inline |
Clears the 'useDefault
' attribute.
const client::JsonCppArray<EventReminder > google_calendar_api::Event::EventReminders::get_overrides | ( | ) | const |
Get a reference to the value of the 'overrides
' attribute.
|
inline |
Get the value of the 'useDefault
' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_calendar_api::EventReminders
|
inline |
Determine if the 'overrides
' attribute was set.
overrides
' attribute was set.
|
inline |
Determine if the 'useDefault
' attribute was set.
useDefault
' attribute was set. client::JsonCppArray<EventReminder > google_calendar_api::Event::EventReminders::mutable_overrides | ( | ) |
Gets a reference to a mutable value of the 'overrides
' property.
If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indicates that no reminders are set for this event. The maximum number of override reminders is 5.
|
static |
Creates a new default instance.
|
inline |
Change the 'useDefault
' attribute.
Whether the default reminders of the calendar apply to the event.
[in] | value | The new value. |