Uses of Enum Class
appointmentplanner.api.Priority
-
Uses of Priority in appointmentplanner.api
Methods in appointmentplanner.api that return PriorityModifier and TypeMethodDescriptionAppointment.getPriority()
Get the priority of this appointment.AppointmentData.getPriority()
Get the priority for the appointment.static Priority
Returns the enum constant of this class with the specified name.static Priority[]
Priority.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in appointmentplanner.api with parameters of type PriorityModifier and TypeMethodDescriptionAbstractAPFactory.createAppointmentData
(String description, Duration duration, Priority priority) Factory method to create an AppointmentData object without specified startTime.