Uses of Class
de.xima.fc.appointment.EAppointmentBookingFlag
-
Packages that use EAppointmentBookingFlag Package Description de.xima.fc.appointment de.xima.fc.interfaces.appointment -
-
Uses of EAppointmentBookingFlag in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return EAppointmentBookingFlag Modifier and Type Method Description static EAppointmentBookingFlag
EAppointmentBookingFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static EAppointmentBookingFlag[]
EAppointmentBookingFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.appointment that return types with arguments of type EAppointmentBookingFlag Modifier and Type Method Description Set<EAppointmentBookingFlag>
AppointmentBookingParams. getBookingFlags()
Set<EAppointmentBookingFlag>
AppointmentValidateParams. getBookingFlags()
Methods in de.xima.fc.appointment with parameters of type EAppointmentBookingFlag Modifier and Type Method Description THIS
AppointmentBookingParams.Builder. flag(EAppointmentBookingFlag flag)
AppointmentValidateParams.Builder
AppointmentValidateParams.Builder. flag(EAppointmentBookingFlag flag)
AppointmentValidationBuilder<Context>
AppointmentValidationBuilder. flags(EAppointmentBookingFlag... flags)
Uses the given flags for validation.Method parameters in de.xima.fc.appointment with type arguments of type EAppointmentBookingFlag Modifier and Type Method Description AppointmentValidationBuilder<Context>
AppointmentValidationBuilder. flags(Set<EAppointmentBookingFlag> flags)
Uses the given flags for validation.Constructor parameters in de.xima.fc.appointment with type arguments of type EAppointmentBookingFlag 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)
AppointmentValidateParams(com.google.common.collect.ImmutableList<SubmittedAppointment> actions, com.google.common.collect.ImmutableSet<EAppointmentBookingFlag> bookingFlags, Mandant client)
-
Uses of EAppointmentBookingFlag in de.xima.fc.interfaces.appointment
Methods in de.xima.fc.interfaces.appointment that return types with arguments of type EAppointmentBookingFlag Modifier and Type Method Description Set<EAppointmentBookingFlag>
IAppointmentBookingParams. getBookingFlags()
Set<EAppointmentBookingFlag>
IAppointmentValidateParams. getBookingFlags()
-