Interface IAppointmentMoveBookingParams
- All Superinterfaces:
IAppointmentBookingParams
,Serializable
- All Known Implementing Classes:
AppointmentMoveBookingParams
Represents the parameters for the appointment booking handler when the date or time of an appointment is to be
changed.
- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface de.xima.fc.interfaces.appointment.IAppointmentBookingParams
getAppointmentSpecifier, getBookingFlags, getClient
-
Method Details
-
getRange
com.google.common.collect.Range<Instant> getRange()- Returns:
- The new starting and end point of the appointment.
-