Package de.xima.fc.appointment
Class AppointmentValidateParams
java.lang.Object
de.xima.fc.appointment.AppointmentValidateParams
- All Implemented Interfaces:
IAppointmentValidateParams
,Serializable
POJO implementation of
IAppointmentValidateParams
with a builder.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAppointmentValidateParams
(com.google.common.collect.ImmutableList<SubmittedAppointment> actions, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client) -
Method Summary
-
Constructor Details
-
AppointmentValidateParams
-
AppointmentValidateParams
public AppointmentValidateParams(com.google.common.collect.ImmutableList<SubmittedAppointment> actions, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
-
-
Method Details
-
getActions
- Specified by:
getActions
in interfaceIAppointmentValidateParams
- Returns:
- A list of actions that should be validated.
-
getBookingFlags
- Specified by:
getBookingFlags
in interfaceIAppointmentValidateParams
- Returns:
- A list of flags for chaning what should be validated.
-
getClient
- Specified by:
getClient
in interfaceIAppointmentValidateParams
- Returns:
- The current client.
-
builder
-