public static class ListReservations.Response.Simple extends Object implements ListReservations.Response
ListReservations.Response.Simple, ListReservations.Response.Wrapper| Modifier and Type | Field and Description |
|---|---|
ContactPreference |
contactPreference |
org.threeten.bp.LocalDateTime |
createdOn |
String |
email |
String |
phoneNumber |
ListPrescriptions.Response.Encrypted |
prescription |
Reservation.Status |
reservationStatus |
Prescription.RID |
rid |
org.threeten.bp.LocalDateTime |
updatedOn |
ExecutorViewer |
visibleTo |
| Constructor and Description |
|---|
Simple() |
| 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(Reservation target) |
Prescription.RID |
rid() |
Reservation.Status |
status() |
org.threeten.bp.LocalDateTime |
updatedOn() |
ExecutorViewer |
visibleTo() |
public ExecutorViewer visibleTo
public Prescription.RID rid
public ListPrescriptions.Response.Encrypted prescription
public Reservation.Status reservationStatus
public ContactPreference contactPreference
public org.threeten.bp.LocalDateTime createdOn
public org.threeten.bp.LocalDateTime updatedOn
public String email
public String phoneNumber
public static ListReservations.Response response(Reservation 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.