public static final class Event.Reminders
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
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, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 com.google.api.client.json.GenericJsonpublic Event.Reminders clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.