Uses of Class
de.xima.fc.appointment.FreeSlotQueryResultBuilder
-
Packages that use FreeSlotQueryResultBuilder Package Description de.xima.fc.appointment -
-
Uses of FreeSlotQueryResultBuilder in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return FreeSlotQueryResultBuilder Modifier and Type Method Description FreeSlotQueryResultBuilder
FreeSlotQueryResultBuilder. addBlocker(Instant instantFrom, Instant instantUntil)
Adds a blocker to this builder, such as an appointment that is booked already.FreeSlotQueryResultBuilder
FreeSlotQueryResultBuilder. addFreeSlot(com.google.common.collect.Range<ZonedDateTime> range, long capacity)
Adds an available slot to this builder.FreeSlotQueryResultBuilder
FreeSlotQueryResultBuilder. appointmentType(AppointmentType appointmentType)
FreeSlotQueryResultBuilder
FreeSlotQueryResultBuilder. appointmentType(String appointmentType)
FreeSlotQueryResultBuilder
FreeSlotQueryResultBuilder. appointmentType(UUID appointmentType)
-