| 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> |
AppointmentBookingParams.getBookingFlags() |
Set<EAppointmentBookingFlag> |
AppointmentValidateParams.getBookingFlags() |
| Modifier and Type | Method and 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.
|
| 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> |
IAppointmentBookingParams.getBookingFlags() |
Set<EAppointmentBookingFlag> |
IAppointmentValidateParams.getBookingFlags() |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.