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