Interface IAppointmentMoveBookingParams
- 
- All Superinterfaces:
 IAppointmentBookingParams,Serializable
- All Known Implementing Classes:
 AppointmentMoveBookingParams
public interface IAppointmentMoveBookingParams extends IAppointmentBookingParams
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.Range<Instant>getRange()- 
Methods inherited from interface de.xima.fc.interfaces.appointment.IAppointmentBookingParams
getAppointmentSpecifier, getBookingFlags, getClient 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getRange
com.google.common.collect.Range<Instant> getRange()
- Returns:
 - The new starting and end point of the appointment.
 
 
 - 
 
 -