Class AppointmentBookingParams.SlotIdSpecifier

java.lang.Object
de.xima.fc.appointment.AppointmentBookingParams.SlotIdSpecifier
All Implemented Interfaces:
IAppointmentSpecifier, Serializable
Enclosing class:
AppointmentBookingParams

public static final class AppointmentBookingParams.SlotIdSpecifier extends Object implements IAppointmentSpecifier
See Also:
  • Constructor Details

    • SlotIdSpecifier

      public SlotIdSpecifier(UUID formRecordUuid, UUID templateUuid, UUID typeUuid, String slotId)
    • SlotIdSpecifier

      public SlotIdSpecifier(UUID formRecordUuid, UUID templateUuid, UUID typeUuid, Instant slotId)
  • Method Details

    • getFormRecordUuid

      public UUID getFormRecordUuid()
    • getSlotId

      public String getSlotId()
    • getTemplateUuid

      public UUID getTemplateUuid()
    • getTypeUuid

      public UUID getTypeUuid()