public class AcceptReservation extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AcceptReservation.Command<Request extends AcceptReservation> |
| Modifier and Type | Field and Description |
|---|---|
String |
message |
Prescription.RID |
rid |
| Constructor and Description |
|---|
AcceptReservation() |
| Modifier and Type | Method and Description |
|---|---|
AcceptReservation |
message(String message) |
static AcceptReservation |
of(Prescription.RID rid) |
static AcceptReservation |
of(Prescription.RID rid,
String message) |
AcceptReservation |
rid(Prescription.RID rid) |
@NotNull public Prescription.RID rid
@Size(max=500) public String message
public static AcceptReservation of(Prescription.RID rid)
public static AcceptReservation of(Prescription.RID rid, String message)
public AcceptReservation rid(Prescription.RID rid)
public AcceptReservation message(String message)
Copyright © 2010–2025 Smals. All rights reserved.