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 IAppointmentCreateBookingParams
build()
protected AppointmentCreateBookingParams.Builder
getThis()
-
Methods inherited from class de.xima.fc.appointment.AppointmentBookingParams.Builder
appointment, appointment, appointment, client, flag
-
-
-
-
Method Detail
-
build
public IAppointmentCreateBookingParams build()
- Specified by:
build
in classAppointmentBookingParams.Builder<AppointmentCreateBookingParams.Builder,IAppointmentCreateBookingParams>
-
getThis
protected AppointmentCreateBookingParams.Builder getThis()
- Specified by:
getThis
in classAppointmentBookingParams.Builder<AppointmentCreateBookingParams.Builder,IAppointmentCreateBookingParams>
-
-