public static class Reservation.Simple extends Object implements Reservation
Reservation.Attribute, Reservation.Simple, Reservation.Statusinvalid_executor_id_format, not_found, NULL, prescription_status_invalid, status_should_be_x, status_should_not_be_x, supports_reservations| Constructor and Description |
|---|
Simple() |
public static Reservation.Simple reservation(Prescription.Encrypted prescription)
public static Reservation.Simple reservation(Executor.ID executorId)
public Prescription.Encrypted prescription()
prescription in interface Reservationpublic Executor.ID executor()
executor in interface Reservationpublic org.threeten.bp.LocalDateTime creationDateTime()
creationDateTime in interface Reservationpublic boolean newInfoForPatient()
newInfoForPatient in interface Reservationpublic boolean newInfoForExecutor()
newInfoForExecutor in interface Reservationpublic Reservation.Status status()
status in interface Reservationpublic String feedbackToPatient()
feedbackToPatient in interface Reservationpublic org.threeten.bp.LocalDateTime updateDateTime()
updateDateTime in interface Reservationpublic String email()
email in interface Reservationpublic String phoneNumber()
phoneNumber in interface Reservationpublic ContactPreference contactPreference()
contactPreference in interface Reservationpublic Reservation.Simple creationDateTime(org.threeten.bp.LocalDateTime creationDateTime)
public Reservation.Simple executor(Executor.ID executorId)
public Reservation.Simple prescription(Prescription.Encrypted prescription)
public Reservation.Simple status(Reservation.Status status)
public Reservation.Simple feedbackToPatient(String feedbackToPatient)
public Reservation.Simple newInfoForPatient(boolean newInfoForPatient)
public Reservation.Simple newInfoForExecutor(boolean newInfoForExecutor)
public Reservation.Simple email(String email)
public Reservation.Simple phoneNumber(String phoneNumber)
public Reservation.Simple contactPreference(ContactPreference contactPreference)
Copyright © 2010–2025 Smals. All rights reserved.