Uses of Class
de.xima.fc.appointment.AppointmentMoveBookingParams.Builder
- 
Packages that use AppointmentMoveBookingParams.Builder Package Description de.xima.fc.appointment  - 
- 
Uses of AppointmentMoveBookingParams.Builder in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return AppointmentMoveBookingParams.Builder Modifier and Type Method Description static AppointmentMoveBookingParams.BuilderAppointmentMoveBookingParams. builder()AppointmentMoveBookingParams.BuilderAppointmentMoveBookingParams.Builder. duration(Duration duration)protected AppointmentMoveBookingParams.BuilderAppointmentMoveBookingParams.Builder. getThis()AppointmentMoveBookingParams.BuilderAppointmentMoveBookingParams.Builder. instantFrom(Instant from)AppointmentMoveBookingParams.BuilderAppointmentMoveBookingParams.Builder. instantUntil(Instant until)AppointmentMoveBookingParams.BuilderAppointmentMoveBookingParams.Builder. slotId(String slotId)AppointmentMoveBookingParams.BuilderAppointmentMoveBookingParams.Builder. slotId(Instant slotId)Constructors in de.xima.fc.appointment with parameters of type AppointmentMoveBookingParams.Builder Constructor Description AppointmentMoveBookingParams(AppointmentMoveBookingParams.Builder builder) 
 -