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