Class Calendar.EventReminder
- java.lang.Object
-
- org.springframework.social.google.api.calendar.Calendar.EventReminder
-
-
Constructor Summary
Constructors Constructor Description EventReminder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationMethodgetMethod()The notification method used by the reminder.intgetMinutes()The number of minutes before the start of the event when the reminder should trigger.
-
-
-
Method Detail
-
getMethod
public NotificationMethod getMethod()
The notification method used by the reminder.- Returns:
- the value.
-
getMinutes
public int getMinutes()
The number of minutes before the start of the event when the reminder should trigger.- Returns:
- the value.
-
-