Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentBookingParams
-
Packages that use IAppointmentBookingParams Package Description de.xima.fc.appointment de.xima.fc.interfaces.appointment -
-
Uses of IAppointmentBookingParams in de.xima.fc.appointment
Classes in de.xima.fc.appointment with type parameters of type IAppointmentBookingParams Modifier and Type Class Description protected static class
AppointmentBookingParams.Builder<THIS,TARGET extends IAppointmentBookingParams>
Classes in de.xima.fc.appointment that implement IAppointmentBookingParams Modifier and Type Class Description class
AppointmentBookingParams
POJO implementation ofIAppointmentBookingParams
with a builder.class
AppointmentCreateBookingParams
POJO implementation ofIAppointmentCreateBookingParams
with a builder.class
AppointmentDeleteBookingParams
POJO implementation ofIAppointmentDeleteBookingParams
with a builder.class
AppointmentMoveBookingParams
POJO implementation ofIAppointmentMoveBookingParams
with a builder.Constructor parameters in de.xima.fc.appointment with type arguments of type IAppointmentBookingParams Constructor Description AppointmentBookingParams(AppointmentBookingParams.Builder<?,? extends IAppointmentBookingParams> builder)
-
Uses of IAppointmentBookingParams in de.xima.fc.interfaces.appointment
Subinterfaces of IAppointmentBookingParams in de.xima.fc.interfaces.appointment Modifier and Type Interface Description interface
IAppointmentCreateBookingParams
Represents the parameters for creating (booking) a new appointment.interface
IAppointmentDeleteBookingParams
Represents the parameters for deleting (cancelling) an existing appointment.interface
IAppointmentMoveBookingParams
Represents the parameters for the appointment booking handler when the date or time of an appointment is to be changed.
-