Calendar API v3 (revision 30)



com.google.api.services.calendar.model
Class Event.Reminders

java.lang.Object
  extended by java.util.AbstractMap<java.lang.String,java.lang.Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by 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 Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
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>
 
Constructor Summary
Event.Reminders()
           
 
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 com.google.api.client.json.GenericJson
clone, getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
 
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
 

Constructor Detail

Event.Reminders

public Event.Reminders()
Method Detail

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.