| Package | Description |
|---|---|
| org.exoplatform.agenda.constant | |
| org.exoplatform.agenda.model |
| Modifier and Type | Method and Description |
|---|---|
static ReminderPeriodType |
ReminderPeriodType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReminderPeriodType[] |
ReminderPeriodType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ReminderPeriodType |
EventReminderParameter.getBeforePeriodType() |
| Constructor and Description |
|---|
EventReminder(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) |
EventReminderParameter(int before,
ReminderPeriodType beforePeriodType) |
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.