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 ofIAppointmentValidateParamswith 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 classAppointmentValidateParams.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.Builderbuilder()List<SubmittedAppointment>getActions()Set<EAppointmentBookingFlag>getBookingFlags()MandantgetClient() 
 - 
 
- 
- 
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:
 getActionsin interfaceIAppointmentValidateParams- Returns:
 - A list of actions that should be validated.
 
 
- 
getBookingFlags
public Set<EAppointmentBookingFlag> getBookingFlags()
- Specified by:
 getBookingFlagsin interfaceIAppointmentValidateParams- Returns:
 - A list of flags for chaning what should be validated.
 
 
- 
getClient
public Mandant getClient()
- Specified by:
 getClientin interfaceIAppointmentValidateParams- Returns:
 - The current client.
 
 
- 
builder
public static AppointmentValidateParams.Builder builder()
 
 - 
 
 -