Package de.xima.fc.appointment
Class AppointmentCreateBookingParams
java.lang.Object
de.xima.fc.appointment.AppointmentBookingParams
de.xima.fc.appointment.AppointmentCreateBookingParams
- All Implemented Interfaces:
IAppointmentBookingParams
,IAppointmentCreateBookingParams
,Serializable
public class AppointmentCreateBookingParams
extends AppointmentBookingParams
implements IAppointmentCreateBookingParams
POJO implementation of
IAppointmentCreateBookingParams
with a builder.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class de.xima.fc.appointment.AppointmentBookingParams
AppointmentBookingParams.AppointmentSpecifier, AppointmentBookingParams.SlotIdSpecifier
-
Constructor Summary
ConstructorsConstructorDescriptionAppointmentCreateBookingParams
(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client) -
Method Summary
Methods inherited from class de.xima.fc.appointment.AppointmentBookingParams
getAppointmentSpecifier, getBookingFlags, getClient
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.interfaces.appointment.IAppointmentBookingParams
getAppointmentSpecifier, getBookingFlags, getClient
-
Constructor Details
-
AppointmentCreateBookingParams
public AppointmentCreateBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client) -
AppointmentCreateBookingParams
-
-
Method Details
-
builder
-