Uses of Enum Class
Model.Appointment.Type
-
Uses of Appointment.Type in Model
Modifier and TypeMethodDescriptionAppointment.getType()
static Appointment.Type
Returns the enum constant of this class with the specified name.static Appointment.Type[]
Appointment.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAppointment
(String patientId, LocalDate date, TimeSlot timeSlot, Appointment.Type type)