Package | Description |
---|---|
org.apache.openmeetings.db.dto.calendar | |
org.apache.openmeetings.db.entity.calendar |
Modifier and Type | Method and Description |
---|---|
Appointment.Reminder |
AppointmentDTO.getReminder() |
Modifier and Type | Method and Description |
---|---|
void |
AppointmentDTO.setReminder(Appointment.Reminder reminder) |
Modifier and Type | Method and Description |
---|---|
static Appointment.Reminder |
Appointment.Reminder.get(int type) |
static Appointment.Reminder |
Appointment.Reminder.get(Integer type) |
static Appointment.Reminder |
Appointment.Reminder.get(Long type) |
Appointment.Reminder |
Appointment.getReminder() |
static Appointment.Reminder |
Appointment.Reminder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Appointment.Reminder[] |
Appointment.Reminder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Appointment.setReminder(Appointment.Reminder reminder) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.