Class Event.Reminders
- java.lang.Object
-
- org.springframework.social.google.api.calendar.Event.Reminders
-
-
Constructor Summary
Constructors Constructor Description Reminders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Event.ReminderOverride>getOverrides()If the event doesn't use the default reminders, this returns the list of reminders specific to the event, or, if not set, indicates that no reminders are set for this event.BooleanisUseDefault()Whether the default reminders of the calendar apply to this event.
-
-
-
Method Detail
-
isUseDefault
public Boolean isUseDefault()
Whether the default reminders of the calendar apply to this event.- Returns:
- the value or
nullif none.
-
getOverrides
public List<Event.ReminderOverride> getOverrides()
If the event doesn't use the default reminders, this returns the list of reminders specific to the event, or, if not set, indicates that no reminders are set for this event.- Returns:
- the value or
nullif none.
-
-