Package de.xima.fc.appointment
Class AppointmentCreateBookingParams.Builder
- java.lang.Object
 - 
- de.xima.fc.appointment.AppointmentBookingParams.Builder<AppointmentCreateBookingParams.Builder,IAppointmentCreateBookingParams>
 - 
- de.xima.fc.appointment.AppointmentCreateBookingParams.Builder
 
 
 
- 
- Enclosing class:
 - AppointmentCreateBookingParams
 
public static class AppointmentCreateBookingParams.Builder extends AppointmentBookingParams.Builder<AppointmentCreateBookingParams.Builder,IAppointmentCreateBookingParams>
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IAppointmentCreateBookingParamsbuild()protected AppointmentCreateBookingParams.BuildergetThis()- 
Methods inherited from class de.xima.fc.appointment.AppointmentBookingParams.Builder
appointment, appointment, appointment, client, flag 
 - 
 
 - 
 
- 
- 
Method Detail
- 
build
public IAppointmentCreateBookingParams build()
- Specified by:
 buildin classAppointmentBookingParams.Builder<AppointmentCreateBookingParams.Builder,IAppointmentCreateBookingParams>
 
- 
getThis
protected AppointmentCreateBookingParams.Builder getThis()
- Specified by:
 getThisin classAppointmentBookingParams.Builder<AppointmentCreateBookingParams.Builder,IAppointmentCreateBookingParams>
 
 - 
 
 -