Uses of Class
org.exoplatform.agenda.constant.EventRecurrenceFrequency
-
Packages that use EventRecurrenceFrequency Package Description org.exoplatform.agenda.constant org.exoplatform.agenda.model -
-
Uses of EventRecurrenceFrequency in org.exoplatform.agenda.constant
Methods in org.exoplatform.agenda.constant that return EventRecurrenceFrequency Modifier and Type Method Description static EventRecurrenceFrequencyEventRecurrenceFrequency. valueOf(String name)Returns the enum constant of this type with the specified name.static EventRecurrenceFrequency[]EventRecurrenceFrequency. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventRecurrenceFrequency in org.exoplatform.agenda.model
Constructors in org.exoplatform.agenda.model with parameters of type EventRecurrenceFrequency Constructor Description EventRecurrence(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)
-