public static class ListReservations.Response.Wrapper extends Object implements ListReservations.Response
ListReservations.Response.Simple, ListReservations.Response.Wrapper| Modifier | Constructor and Description |
|---|---|
protected |
Wrapper(ListReservations.Response target) |
| Modifier and Type | Method and Description |
|---|---|
ContactPreference |
contactPreference() |
org.threeten.bp.LocalDateTime |
createdOn() |
String |
email() |
String |
phoneNumber() |
ListPrescriptions.Response.Encrypted |
prescription() |
static ListReservations.Response |
response(ListReservations.Response target) |
Prescription.RID |
rid() |
Reservation.Status |
status() |
org.threeten.bp.LocalDateTime |
updatedOn() |
ExecutorViewer |
visibleTo() |
protected Wrapper(ListReservations.Response target)
public static ListReservations.Response response(ListReservations.Response target)
public Prescription.RID rid()
rid in interface Registeredpublic ExecutorViewer visibleTo()
visibleTo in interface ListReservations.Responsepublic Reservation.Status status()
status in interface ListReservations.Responsepublic org.threeten.bp.LocalDateTime createdOn()
createdOn in interface ListReservations.Responsepublic org.threeten.bp.LocalDateTime updatedOn()
updatedOn in interface ListReservations.Responsepublic String email()
email in interface ListReservations.Responsepublic String phoneNumber()
phoneNumber in interface ListReservations.Responsepublic ContactPreference contactPreference()
contactPreference in interface ListReservations.Responsepublic ListPrescriptions.Response.Encrypted prescription()
prescription in interface ListReservations.ResponseCopyright © 2010–2025 Smals. All rights reserved.