target.apidocs.com.google.api.services.calendar.model.Event.Reminders.html Maven / Gradle / Ivy
The newest version!
Event.Reminders (Calendar API v3-rev20241101-2.0.0)
com.google.api.services.calendar.model
Class Event.Reminders
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.calendar.model.Event.Reminders
-
- Enclosing class:
- Event
public static final class Event.Reminders
extends com.google.api.client.json.GenericJson
Information about the event's reminders for the authenticated user. Note that changing reminders
does not also change the updated property of the enclosing event.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
Reminders()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getOverrides
public 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 maximum number of
override reminders is 5.
- Returns:
- value or
null
for none
-
setOverrides
public 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. The maximum number of
override reminders is 5.
- Parameters:
overrides
- overrides or null
for none
-
getUseDefault
public Boolean getUseDefault()
Whether the default reminders of the calendar apply to the event.
- Returns:
- value or
null
for none
-
setUseDefault
public Event.Reminders setUseDefault(Boolean useDefault)
Whether the default reminders of the calendar apply to the event.
- Parameters:
useDefault
- useDefault or null
for none
-
set
public Event.Reminders set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public Event.Reminders clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy