Class Calendar.Notification
- java.lang.Object
-
- org.springframework.social.google.api.calendar.Calendar.Notification
-
-
Constructor Summary
Constructors Constructor Description Notification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationMethodgetMethod()The method used to deliver the notification.NotificationTypegetType()The type of notification.
-
-
-
Method Detail
-
getType
public NotificationType getType()
The type of notification.- Returns:
- the value.
-
getMethod
public NotificationMethod getMethod()
The method used to deliver the notification.- Returns:
- the value.
-
-