Uses of Enum
de.xima.fc.appointment.EAppointmentBookingFlag
Packages that use EAppointmentBookingFlag
-
Uses of EAppointmentBookingFlag in de.xima.fc.appointment
Methods in de.xima.fc.appointment that return EAppointmentBookingFlagModifier and TypeMethodDescriptionstatic EAppointmentBookingFlag
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 EAppointmentBookingFlagModifier and TypeMethodDescriptionAppointmentBookingParams.getBookingFlags()
AppointmentValidateParams.getBookingFlags()
Methods in de.xima.fc.appointment with parameters of type EAppointmentBookingFlagModifier and TypeMethodDescriptionfinal THIS
AppointmentBookingParams.Builder.flag
(EAppointmentBookingFlag flag) AppointmentValidateParams.Builder.flag
(EAppointmentBookingFlag flag) AppointmentValidationBuilder.flags
(EAppointmentBookingFlag... flags) Uses the given flags for validation.Method parameters in de.xima.fc.appointment with type arguments of type EAppointmentBookingFlagModifier and TypeMethodDescriptionAppointmentValidationBuilder.flags
(Set<EAppointmentBookingFlag> flags) Uses the given flags for validation.Constructor parameters in de.xima.fc.appointment with type arguments of type EAppointmentBookingFlagModifierConstructorDescriptionAppointmentBookingParams
(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 EAppointmentBookingFlagModifier and TypeMethodDescriptionIAppointmentBookingParams.getBookingFlags()
IAppointmentValidateParams.getBookingFlags()