Package de.xima.fc.appointment
Class AppointmentValidateParams
- java.lang.Object
-
- de.xima.fc.appointment.AppointmentValidateParams
-
- All Implemented Interfaces:
IAppointmentValidateParams
,Serializable
public class AppointmentValidateParams extends Object implements IAppointmentValidateParams
POJO implementation ofIAppointmentValidateParams
with a builder.- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AppointmentValidateParams.Builder
-
Constructor Summary
Constructors Constructor Description AppointmentValidateParams(com.google.common.collect.ImmutableList<SubmittedAppointment> actions, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
AppointmentValidateParams(AppointmentValidateParams.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppointmentValidateParams.Builder
builder()
List<SubmittedAppointment>
getActions()
Set<EAppointmentBookingFlag>
getBookingFlags()
Mandant
getClient()
-
-
-
Constructor Detail
-
AppointmentValidateParams
public AppointmentValidateParams(AppointmentValidateParams.Builder builder)
-
AppointmentValidateParams
public AppointmentValidateParams(com.google.common.collect.ImmutableList<SubmittedAppointment> actions, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
-
-
Method Detail
-
getActions
public List<SubmittedAppointment> getActions()
- Specified by:
getActions
in interfaceIAppointmentValidateParams
- Returns:
- A list of actions that should be validated.
-
getBookingFlags
public Set<EAppointmentBookingFlag> getBookingFlags()
- Specified by:
getBookingFlags
in interfaceIAppointmentValidateParams
- Returns:
- A list of flags for chaning what should be validated.
-
getClient
public Mandant getClient()
- Specified by:
getClient
in interfaceIAppointmentValidateParams
- Returns:
- The current client.
-
builder
public static AppointmentValidateParams.Builder builder()
-
-