public static interface ListReservations.Response extends Registered
| Modifier and Type | Interface and Description |
|---|---|
static class |
ListReservations.Response.Simple |
static class |
ListReservations.Response.Wrapper |
| Modifier and Type | Method and Description |
|---|---|
ContactPreference |
contactPreference() |
org.threeten.bp.LocalDateTime |
createdOn() |
String |
email() |
String |
phoneNumber() |
ListPrescriptions.Response.Encrypted |
prescription() |
Reservation.Status |
status() |
org.threeten.bp.LocalDateTime |
updatedOn() |
ExecutorViewer |
visibleTo() |
ridExecutorViewer visibleTo()
Reservation.Status status()
org.threeten.bp.LocalDateTime createdOn()
org.threeten.bp.LocalDateTime updatedOn()
String email()
String phoneNumber()
ContactPreference contactPreference()
ListPrescriptions.Response.Encrypted prescription()
Copyright © 2010–2025 Smals. All rights reserved.