Package de.xima.fc.appointment
Class AppointmentBookingParams
java.lang.Object
de.xima.fc.appointment.AppointmentBookingParams
- All Implemented Interfaces:
IAppointmentBookingParams
,Serializable
- Direct Known Subclasses:
AppointmentCreateBookingParams
,AppointmentDeleteBookingParams
,AppointmentMoveBookingParams
POJO implementation of
IAppointmentBookingParams
with a builder.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
protected static class
static final class
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AppointmentBookingParams
(AppointmentBookingParams.Builder<?, ? extends IAppointmentBookingParams> builder) AppointmentBookingParams
(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
AppointmentBookingParams
public AppointmentBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client) -
AppointmentBookingParams
protected AppointmentBookingParams(AppointmentBookingParams.Builder<?, ? extends IAppointmentBookingParams> builder)
-
-
Method Details
-
getAppointmentSpecifier
- Specified by:
getAppointmentSpecifier
in interfaceIAppointmentBookingParams
- Returns:
- An object that can be used to retrieve the appointment to book, update, or cancel.
-
getBookingFlags
- Specified by:
getBookingFlags
in interfaceIAppointmentBookingParams
- Returns:
- A list of flags that affect the validation process.
-
getClient
- Specified by:
getClient
in interfaceIAppointmentBookingParams
- Returns:
- The current client.
-