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 FreeSlotQueryResultBuilderFreeSlotQueryResultBuilder. addBlocker(Instant instantFrom, Instant instantUntil)Adds a blocker to this builder, such as an appointment that is booked already.FreeSlotQueryResultBuilderFreeSlotQueryResultBuilder. addFreeSlot(com.google.common.collect.Range<ZonedDateTime> range, long capacity)Adds an available slot to this builder.FreeSlotQueryResultBuilderFreeSlotQueryResultBuilder. appointmentType(AppointmentType appointmentType)FreeSlotQueryResultBuilderFreeSlotQueryResultBuilder. appointmentType(String appointmentType)FreeSlotQueryResultBuilderFreeSlotQueryResultBuilder. appointmentType(UUID appointmentType) 
 -