Uses of Enum Class
appointmentplanner.api.TimePreference
-
Uses of TimePreference in appointmentplanner.api
Methods in appointmentplanner.api that return TimePreferenceModifier and TypeMethodDescriptiondefault TimePreference
AppointmentRequest.getTimePreference()
Time preference given with this appointment request.static TimePreference
Returns the enum constant of this class with the specified name.static TimePreference[]
TimePreference.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 TimePreferenceModifier and TypeMethodDescriptiondefault Optional<Appointment>
LocalDayPlan.addAppointment
(AppointmentData appointmentData, TimePreference preference) Add and appointment with time preference.default Optional<Appointment>
LocalDayPlan.addAppointment
(AppointmentData appointmentData, LocalTime start, TimePreference fallback) Add an appointment with start time and fallback time preference.Timeline.addAppointment
(LocalDay forDay, AppointmentData appointment, TimePreference timePreference) Add a new appointment to this day.Timeline.addAppointment
(LocalDay forDay, AppointmentData appointment, LocalTime startTime, TimePreference fallback) Add appointment with a fixed time.default AppointmentRequest
AbstractAPFactory.createAppointmentRequest
(AppointmentData appData, TimePreference preference) Create a request with time preference.AbstractAPFactory.createAppointmentRequest
(AppointmentData appointmentData, LocalTime preferredStart, TimePreference fallBack) Create a request with a preferred start time and a fallback time preference.