public static class ListPrescriptions.Response.Reservation.Simple extends Object implements ListPrescriptions.Response.Reservation
ListPrescriptions.Response.Reservation.Simple| Modifier and Type | Field and Description |
|---|---|
ContactPreference |
contactPreference |
org.threeten.bp.LocalDateTime |
creationDateTime |
String |
email |
Executor.ID |
executorId |
String |
feedbackToPatient |
boolean |
hasUpdates |
String |
phoneNumber |
Reservation.Status |
status |
| Constructor and Description |
|---|
Simple() |
| Modifier and Type | Method and Description |
|---|---|
ContactPreference |
contactPreference() |
org.threeten.bp.LocalDateTime |
creationDateTime() |
String |
email() |
Executor.ID |
executorId() |
String |
feedbackToPatient() |
boolean |
hasUpdates() |
String |
phoneNumber() |
Reservation.Status |
status() |
public Executor.ID executorId
public org.threeten.bp.LocalDateTime creationDateTime
public ContactPreference contactPreference
public String feedbackToPatient
public String email
public String phoneNumber
public boolean hasUpdates
public Reservation.Status status
public Executor.ID executorId()
executorId in interface ListPrescriptions.Response.Reservationpublic Reservation.Status status()
status in interface ListPrescriptions.Response.Reservationpublic org.threeten.bp.LocalDateTime creationDateTime()
creationDateTime in interface ListPrescriptions.Response.Reservationpublic boolean hasUpdates()
hasUpdates in interface ListPrescriptions.Response.Reservationpublic String feedbackToPatient()
feedbackToPatient in interface ListPrescriptions.Response.Reservationpublic String email()
email in interface ListPrescriptions.Response.Reservationpublic String phoneNumber()
phoneNumber in interface ListPrescriptions.Response.Reservationpublic ContactPreference contactPreference()
contactPreference in interface ListPrescriptions.Response.ReservationCopyright © 2010–2025 Smals. All rights reserved.