Uses of Enum Class
org.exoplatform.agenda.constant.EventRecurrenceType
Packages that use EventRecurrenceType
-
Uses of EventRecurrenceType in org.exoplatform.agenda.constant
Methods in org.exoplatform.agenda.constant that return EventRecurrenceTypeModifier and TypeMethodDescriptionstatic EventRecurrenceTypeReturns the enum constant of this class with the specified name.static EventRecurrenceType[]EventRecurrenceType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of EventRecurrenceType in org.exoplatform.agenda.model
Constructors in org.exoplatform.agenda.model with parameters of type EventRecurrenceTypeModifierConstructorDescriptionEventRecurrence(long id, LocalDate until, int count, EventRecurrenceType type, EventRecurrenceFrequency frequency, int interval, List<String> bySecond, List<String> byMinute, List<String> byHour, List<String> byDay, List<String> byMonthDay, List<String> byYearDay, List<String> byWeekNo, List<String> byMonth, List<String> bySetPos, ZonedDateTime overallStart, ZonedDateTime overallEnd)