Class Calendar.NotificationSettings
- java.lang.Object
-
- org.springframework.social.google.api.calendar.Calendar.NotificationSettings
-
-
Constructor Summary
Constructors Constructor Description NotificationSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Calendar.Notification>getNotifications()The list of notifications set for this calendar.
-
-
-
Method Detail
-
getNotifications
public List<Calendar.Notification> getNotifications()
The list of notifications set for this calendar.- Returns:
- the value.
-
-