Uses of Interface
de.xima.fc.interfaces.appointment.IAppointmentSpecifier
-
Packages that use IAppointmentSpecifier Package Description de.xima.fc.appointment de.xima.fc.interfaces.appointment -
-
Uses of IAppointmentSpecifier in de.xima.fc.appointment
Classes in de.xima.fc.appointment that implement IAppointmentSpecifier Modifier and Type Class Description static class
AppointmentBookingParams.AppointmentSpecifier
static class
AppointmentBookingParams.SlotIdSpecifier
Methods in de.xima.fc.appointment that return IAppointmentSpecifier Modifier and Type Method Description IAppointmentSpecifier
AppointmentBookingParams. getAppointmentSpecifier()
Constructors in de.xima.fc.appointment with parameters of type IAppointmentSpecifier Constructor Description AppointmentBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
AppointmentCreateBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
AppointmentDeleteBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
AppointmentMoveBookingParams(IAppointmentSpecifier appointmentSpecifier, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client, com.google.common.collect.Range<Instant> range)
-
Uses of IAppointmentSpecifier in de.xima.fc.interfaces.appointment
Methods in de.xima.fc.interfaces.appointment that return IAppointmentSpecifier Modifier and Type Method Description IAppointmentSpecifier
IAppointmentBookingParams. getAppointmentSpecifier()
-