Uses of Enum Class
appointmentplanner.api.TimePreference
-
Uses of TimePreference in appointmentplanner.api
Methods in appointmentplanner.api that return TimePreferenceModifier and TypeMethodDescriptiondefault TimePreferenceAppointmentRequest.timePreference()Time preference given with this appointment request.static TimePreferenceReturns 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 AppointmentRequestAbstractAPFactory.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.