Package | Description |
---|---|
de.xima.fc.appointment | |
de.xima.fc.interfaces.appointment |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Set<EAppointmentBookingFlag> |
AppointmentValidateParams.getBookingFlags() |
Set<EAppointmentBookingFlag> |
AppointmentBookingParams.getBookingFlags() |
Modifier and Type | Method and Description |
---|---|
AppointmentValidateParams.Builder |
AppointmentValidateParams.Builder.flag(EAppointmentBookingFlag flag) |
THIS |
AppointmentBookingParams.Builder.flag(EAppointmentBookingFlag flag) |
AppointmentValidationBuilder<Context> |
AppointmentValidationBuilder.flags(EAppointmentBookingFlag... flags)
Uses the given flags for validation.
|
Modifier and Type | Method and Description |
---|---|
AppointmentValidationBuilder<Context> |
AppointmentValidationBuilder.flags(Set<EAppointmentBookingFlag> flags)
Uses the given flags for validation.
|
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
Set<EAppointmentBookingFlag> |
IAppointmentValidateParams.getBookingFlags() |
Set<EAppointmentBookingFlag> |
IAppointmentBookingParams.getBookingFlags() |
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.