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 classAppointmentBookingParams.Builder<THIS,TARGET extends IAppointmentBookingParams>Classes in de.xima.fc.appointment that implement IAppointmentBookingParams Modifier and Type Class Description classAppointmentBookingParamsPOJO implementation ofIAppointmentBookingParamswith a builder.classAppointmentCreateBookingParamsPOJO implementation ofIAppointmentCreateBookingParamswith a builder.classAppointmentDeleteBookingParamsPOJO implementation ofIAppointmentDeleteBookingParamswith a builder.classAppointmentMoveBookingParamsPOJO implementation ofIAppointmentMoveBookingParamswith 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 interfaceIAppointmentCreateBookingParamsRepresents the parameters for creating (booking) a new appointment.interfaceIAppointmentDeleteBookingParamsRepresents the parameters for deleting (cancelling) an existing appointment.interfaceIAppointmentMoveBookingParamsRepresents the parameters for the appointment booking handler when the date or time of an appointment is to be changed. 
 -