Package de.xima.fc.appointment
Class AppointmentDeleteBookingParams
- java.lang.Object
-
- de.xima.fc.appointment.AppointmentBookingParams
-
- de.xima.fc.appointment.AppointmentDeleteBookingParams
-
- All Implemented Interfaces:
IAppointmentBookingParams
,IAppointmentDeleteBookingParams
,Serializable
public class AppointmentDeleteBookingParams extends AppointmentBookingParams implements IAppointmentDeleteBookingParams
POJO implementation ofIAppointmentDeleteBookingParams
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
AppointmentDeleteBookingParams.Builder
-
Nested classes/interfaces inherited from class de.xima.fc.appointment.AppointmentBookingParams
AppointmentBookingParams.AppointmentSpecifier, AppointmentBookingParams.SlotIdSpecifier
-
-
Constructor Summary
Constructors Constructor Description AppointmentDeleteBookingParams(AppointmentDeleteBookingParams.Builder builder)
AppointmentDeleteBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AppointmentDeleteBookingParams.Builder
builder()
-
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 Detail
-
AppointmentDeleteBookingParams
public AppointmentDeleteBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
-
AppointmentDeleteBookingParams
public AppointmentDeleteBookingParams(AppointmentDeleteBookingParams.Builder builder)
-
-
Method Detail
-
builder
public static AppointmentDeleteBookingParams.Builder builder()
-
-