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 Details

    • getRange

      com.google.common.collect.Range<Instant> getRange()
      Returns:
      The new starting and end point of the appointment.