Uses of Interface
appointmentplanner.api.Appointment
-
Uses of Appointment in appointmentplanner.api
Methods in appointmentplanner.api that return types with arguments of type AppointmentModifier and TypeMethodDescriptionLocalDayPlan.addAppointment
(AppointmentData appointmentData, TimePreference preference) Add and appointment with time preference.LocalDayPlan.addAppointment
(AppointmentData appointmentData, LocalTime startTime) Add and appointment with fix start time.LocalDayPlan.addAppointment
(AppointmentData appointmentData, LocalTime start, TimePreference fallback) Add an appointment with start time and fallback time preference.LocalDayPlan.appointments()
Finds all appointments for this plan.LocalDayPlan.findAppointments
(Predicate<Appointment> filter) Finds all appointments matching given filter.Methods in appointmentplanner.api with parameters of type AppointmentModifier and TypeMethodDescriptionboolean
LocalDayPlan.contains
(Appointment appointment) Check if day contains the given appointment.LocalDayPlan.removeAppointment
(Appointment appointment) Removes the given appointment, returning the AppointmentRequest of that appointment, if found.Method parameters in appointmentplanner.api with type arguments of type AppointmentModifier and TypeMethodDescriptionLocalDayPlan.findAppointments
(Predicate<Appointment> filter) Finds all appointments matching given filter.LocalDayPlan.removeAppointments
(Predicate<Appointment> filter) Removes appointments with description that matches a filter.