Package | Description |
---|---|
de.xima.fc.appointment | |
de.xima.fc.interfaces.appointment |
Modifier and Type | Class and Description |
---|---|
class |
AppointmentFreeSlot
POJO implementation of a
IAppointmentFreeSlot . |
Modifier and Type | Method and Description |
---|---|
List<IAppointmentFreeSlot> |
AppointmentAvailableDate.getTimes() |
Constructor and Description |
---|
AppointmentAvailableDate(LocalDate date,
IAppointmentFreeSlot... times)
Creates a new free slot for the given date and times.
|
Constructor and Description |
---|
AppointmentAvailableDate(LocalDate date,
Iterable<IAppointmentFreeSlot> times)
Creates a new free slot for the given date and times.
|
AppointmentAvailableDate(LocalDate date,
Stream<IAppointmentFreeSlot> times)
Creates a new free slot for the given date and times.
|
Modifier and Type | Method and Description |
---|---|
List<IAppointmentFreeSlot> |
IAppointmentAvailableDate.getTimes() |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.