Package de.xima.fc.appointment
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SlotIdSpecifier(UUID formRecordUuid, UUID templateUuid, UUID typeUuid, String slotId)
SlotIdSpecifier(UUID formRecordUuid, UUID templateUuid, UUID typeUuid, Instant slotId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUID
getFormRecordUuid()
String
getSlotId()
UUID
getTemplateUuid()
UUID
getTypeUuid()
-