public class ListPrescriptions extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPrescriptions.Command<Request extends ListPrescriptions,Response extends ListPrescriptions.Response> |
static interface |
ListPrescriptions.Response |
| Modifier and Type | Field and Description |
|---|---|
Page |
page |
Reserved |
reserved |
SortedBy<Prescription.Attribute>[] |
sortedBy |
| Constructor and Description |
|---|
ListPrescriptions() |
ListPrescriptions(Page page) |
ListPrescriptions(Page page,
Reserved reserved,
SortedBy<Prescription.Attribute>[] sortedBy) |
ListPrescriptions(Reserved reserved) |
ListPrescriptions(SortedBy<Prescription.Attribute>[] sortedBy) |
public Reserved reserved
@Valid @NotNull(message="required") public Page page
public SortedBy<Prescription.Attribute>[] sortedBy
public ListPrescriptions()
public ListPrescriptions(Page page)
public ListPrescriptions(Reserved reserved)
public ListPrescriptions(SortedBy<Prescription.Attribute>[] sortedBy)
public ListPrescriptions(Page page, Reserved reserved, SortedBy<Prescription.Attribute>[] sortedBy)
Copyright © 2010–2025 Smals. All rights reserved.