Calendar API v3 (revision 30)
com.google.api.services.calendar.model
Class Event.Reminders
java.lang.Object
java.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.calendar.model.Event.Reminders
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>
- Enclosing class:
- Event
public static final class Event.Reminders
- extends GenericJson
Information about the event's reminders for the authenticated user.
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
Method Summary |
java.util.List<EventReminder> |
getOverrides()
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. |
java.lang.Boolean |
getUseDefault()
Whether the default reminders of the calendar apply to the event. |
Event.Reminders |
setOverrides(java.util.List<EventReminder> overrides)
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. |
Event.Reminders |
setUseDefault(java.lang.Boolean useDefault)
Whether the default reminders of the calendar apply to the event. |
Methods inherited from class java.util.AbstractMap |
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Event.Reminders
public Event.Reminders()
getOverrides
public java.util.List<EventReminder> getOverrides()
- 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 value returned may be
null
.
setOverrides
public Event.Reminders setOverrides(java.util.List<EventReminder> overrides)
- 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 value set may be
null
.
getUseDefault
public java.lang.Boolean getUseDefault()
- Whether the default reminders of the calendar apply to the event.
The value returned may be
null
.
setUseDefault
public Event.Reminders setUseDefault(java.lang.Boolean useDefault)
- Whether the default reminders of the calendar apply to the event.
The value set may be
null
.