Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentBookingParams
Packages that use IAppointmentBookingParams
-
Uses of IAppointmentBookingParams in de.xima.fc.appointment
Classes in de.xima.fc.appointment with type parameters of type IAppointmentBookingParamsModifier and TypeClassDescriptionprotected static class
AppointmentBookingParams.Builder<THIS,
TARGET extends IAppointmentBookingParams> Classes in de.xima.fc.appointment that implement IAppointmentBookingParamsModifier and TypeClassDescriptionclass
POJO implementation ofIAppointmentBookingParams
with a builder.class
POJO implementation ofIAppointmentCreateBookingParams
with a builder.class
POJO implementation ofIAppointmentDeleteBookingParams
with a builder.final class
POJO implementation ofIAppointmentMoveBookingParams
with a builder.Constructor parameters in de.xima.fc.appointment with type arguments of type IAppointmentBookingParamsModifierConstructorDescriptionprotected
AppointmentBookingParams
(AppointmentBookingParams.Builder<?, ? extends IAppointmentBookingParams> builder) -
Uses of IAppointmentBookingParams in de.xima.fc.interfaces.appointment
Subinterfaces of IAppointmentBookingParams in de.xima.fc.interfaces.appointmentModifier and TypeInterfaceDescriptioninterface
Represents the parameters for creating (booking) a new appointment.interface
Represents the parameters for deleting (cancelling) an existing appointment.interface
Represents the parameters for the appointment booking handler when the date or time of an appointment is to be changed.