Uses of Enum Class
appointmentplanner.api.TimePreference
-
Uses of TimePreference in appointmentplanner.api
Methods in appointmentplanner.api that return TimePreferenceModifier and TypeMethodDescriptiondefault TimePreference
AppointmentRequest.timePreference()
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 TypeMethodDescriptionLocalDayPlan.addAppointment
(AppointmentData appointmentData, TimePreference preference) Add and appointment with time preference.LocalDayPlan.addAppointment
(AppointmentData appointmentData, LocalTime start, TimePreference fallback) Add an appointment with start time and fallback time preference.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.