Class Event.ReminderOverride
- java.lang.Object
-
- org.springframework.social.google.api.calendar.Event.ReminderOverride
-
-
Constructor Summary
Constructors Constructor Description ReminderOverride()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationMethodgetMethod()The method used by this reminder.IntegergetMinutes()The number of minutes before the start of the event when this reminder should trigger.
-
-
-
Method Detail
-
getMethod
public NotificationMethod getMethod()
The method used by this reminder.- Returns:
- the value or
nullif none.
-
getMinutes
public Integer getMinutes()
The number of minutes before the start of the event when this reminder should trigger.- Returns:
- the value or
nullif none.
-
-