GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Event.Reminders() |
| Modifier and Type | Method and Description |
|---|---|
Event.Reminders |
clone() |
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.
|
Boolean |
getUseDefault()
Whether the default reminders of the calendar apply to the event.
|
Event.Reminders |
set(String fieldName,
Object value) |
Event.Reminders |
setOverrides(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(Boolean useDefault)
Whether the default reminders of the calendar apply to the event.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic List<EventReminder> getOverrides()
null for nonepublic Event.Reminders setOverrides(List<EventReminder> overrides)
overrides - overrides or null for nonepublic Boolean getUseDefault()
null for nonepublic Event.Reminders setUseDefault(Boolean useDefault)
useDefault - useDefault or null for nonepublic Event.Reminders set(String fieldName, Object value)
set in class GenericJsonpublic Event.Reminders clone()
clone in class GenericJson