Uses of Enum Class
org.exoplatform.agenda.constant.ReminderPeriodType
Packages that use ReminderPeriodType
-
Uses of ReminderPeriodType in org.exoplatform.agenda.constant
Methods in org.exoplatform.agenda.constant that return ReminderPeriodTypeModifier and TypeMethodDescriptionstatic ReminderPeriodTypeReturns the enum constant of this class with the specified name.static ReminderPeriodType[]ReminderPeriodType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ReminderPeriodType in org.exoplatform.agenda.model
Methods in org.exoplatform.agenda.model that return ReminderPeriodTypeConstructors in org.exoplatform.agenda.model with parameters of type ReminderPeriodTypeModifierConstructorDescriptionEventReminder(long receiverId, int before, ReminderPeriodType beforePeriodType) EventReminder(long id, long eventId, long receiverId, int before, ReminderPeriodType beforePeriodType) EventReminder(long id, long eventId, long receiverId, int before, ReminderPeriodType beforePeriodType, ZonedDateTime datetime) EventReminder(long id, long eventId, long receiverId, int before, ReminderPeriodType beforePeriodType, ZonedDateTime datetime, ZonedDateTime fromOccurrenceId, ZonedDateTime untilOccurrenceId) EventReminderParameter(int before, ReminderPeriodType beforePeriodType)