Package de.xima.fc.appointment
Class AppointmentMoveBookingParams
- java.lang.Object
-
- de.xima.fc.appointment.AppointmentBookingParams
-
- de.xima.fc.appointment.AppointmentMoveBookingParams
-
- All Implemented Interfaces:
IAppointmentBookingParams
,IAppointmentMoveBookingParams
,Serializable
public final class AppointmentMoveBookingParams extends AppointmentBookingParams implements IAppointmentMoveBookingParams
POJO implementation ofIAppointmentMoveBookingParams
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
AppointmentMoveBookingParams.Builder
-
Nested classes/interfaces inherited from class de.xima.fc.appointment.AppointmentBookingParams
AppointmentBookingParams.AppointmentSpecifier, AppointmentBookingParams.SlotIdSpecifier
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AppointmentMoveBookingParams(AppointmentMoveBookingParams.Builder builder)
AppointmentMoveBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client, com.google.common.collect.Range<Instant> range)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppointmentMoveBookingParams.Builder
builder()
com.google.common.collect.Range<Instant>
getRange()
-
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
-
AppointmentMoveBookingParams
public AppointmentMoveBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client, com.google.common.collect.Range<Instant> range)
-
AppointmentMoveBookingParams
protected AppointmentMoveBookingParams(AppointmentMoveBookingParams.Builder builder)
-
-
Method Detail
-
getRange
public com.google.common.collect.Range<Instant> getRange()
- Specified by:
getRange
in interfaceIAppointmentMoveBookingParams
- Returns:
- The new starting and end point of the appointment.
-
builder
public static AppointmentMoveBookingParams.Builder builder()
-
-