Uses of Enum Class
net.bluemind.icalendar.api.ICalendarElement.VAlarm.Action
-
Uses of ICalendarElement.VAlarm.Action in net.bluemind.icalendar.api
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ICalendarElement.VAlarm.Action[]
ICalendarElement.VAlarm.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic ICalendarElement.VAlarm
ICalendarElement.VAlarm.create
(ICalendarElement.VAlarm.Action action, Integer trigger, String description, Integer duration, Integer repeat, String summary)