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 classAppointmentBookingParams.Builder<THIS,TARGET extends IAppointmentBookingParams> Classes in de.xima.fc.appointment that implement IAppointmentBookingParamsModifier and TypeClassDescriptionclassPOJO implementation ofIAppointmentBookingParamswith a builder.classPOJO implementation ofIAppointmentCreateBookingParamswith a builder.classPOJO implementation ofIAppointmentDeleteBookingParamswith a builder.final classPOJO implementation ofIAppointmentMoveBookingParamswith a builder.Constructor parameters in de.xima.fc.appointment with type arguments of type IAppointmentBookingParamsModifierConstructorDescriptionprotectedAppointmentBookingParams(AppointmentBookingParams.Builder<?, ? extends IAppointmentBookingParams> builder)  - 
Uses of IAppointmentBookingParams in de.xima.fc.interfaces.appointment
Subinterfaces of IAppointmentBookingParams in de.xima.fc.interfaces.appointmentModifier and TypeInterfaceDescriptioninterfaceRepresents the parameters for creating (booking) a new appointment.interfaceRepresents the parameters for deleting (cancelling) an existing appointment.interfaceRepresents the parameters for the appointment booking handler when the date or time of an appointment is to be changed.