Uses of Class
org.springframework.social.google.api.calendar.NotificationType
-
Packages that use NotificationType Package Description org.springframework.social.google.api.calendar Spring Social's Service APIs for Google Calendar. -
-
Uses of NotificationType in org.springframework.social.google.api.calendar
Methods in org.springframework.social.google.api.calendar that return NotificationType Modifier and Type Method Description NotificationTypeCalendar.Notification. getType()The type of notification.static NotificationTypeNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationType[]NotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-