public interface Reservation
| Modifier and Type | Interface and Description |
|---|---|
static class |
Reservation.Attribute |
static class |
Reservation.Simple |
static class |
Reservation.Status |
| Modifier and Type | Field and Description |
|---|---|
static String |
invalid_executor_id_format |
static String |
not_found |
static Reservation |
NULL |
static String |
prescription_status_invalid |
static String |
status_should_be_x |
static String |
status_should_not_be_x |
static String |
supports_reservations |
| Modifier and Type | Method and Description |
|---|---|
ContactPreference |
contactPreference() |
org.threeten.bp.LocalDateTime |
creationDateTime() |
String |
email() |
Executor.ID |
executor() |
String |
feedbackToPatient() |
boolean |
newInfoForExecutor() |
boolean |
newInfoForPatient() |
String |
phoneNumber() |
Prescription.Encrypted |
prescription() |
Reservation.Status |
status() |
org.threeten.bp.LocalDateTime |
updateDateTime() |
static final String status_should_be_x
static final String status_should_not_be_x
static final String not_found
static final String supports_reservations
static final String invalid_executor_id_format
static final String prescription_status_invalid
static final Reservation NULL
Prescription.Encrypted prescription()
Executor.ID executor()
org.threeten.bp.LocalDateTime creationDateTime()
boolean newInfoForPatient()
boolean newInfoForExecutor()
Reservation.Status status()
String feedbackToPatient()
org.threeten.bp.LocalDateTime updateDateTime()
String email()
String phoneNumber()
ContactPreference contactPreference()
Copyright © 2010–2025 Smals. All rights reserved.