Uses of Class
org.bedework.synch.shared.Notification.NotificationItem.ActionType
-
Packages that use Notification.NotificationItem.ActionType Package Description org.bedework.synch.shared -
-
Uses of Notification.NotificationItem.ActionType in org.bedework.synch.shared
Methods in org.bedework.synch.shared that return Notification.NotificationItem.ActionType Modifier and Type Method Description Notification.NotificationItem.ActionTypeNotification.NotificationItem. getAction()static Notification.NotificationItem.ActionTypeNotification.NotificationItem.ActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static Notification.NotificationItem.ActionType[]Notification.NotificationItem.ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bedework.synch.shared with parameters of type Notification.NotificationItem.ActionType Constructor Description Notification(Notification.NotificationItem.ActionType action)NotificationItem(Notification.NotificationItem.ActionType action)Create a notification item for an action.NotificationItem(Notification.NotificationItem.ActionType action, ietf.params.xml.ns.icalendar_2.IcalendarType ical, String uid)Create a notification item for an action.
-