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