| Package | Description |
|---|---|
| ca.uhn.fhir.rest.api |
| Modifier and Type | Method and Description |
|---|---|
SortOrderEnum |
SortSpec.getOrder()
Returns the sort order specified by this parameter, or
null if none is explicitly provided (which
means ASC according to the FHIR specification) |
static SortOrderEnum |
SortOrderEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrderEnum[] |
SortOrderEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SortSpec |
SortSpec.setOrder(SortOrderEnum theOrder)
Sets the sort order specified by this parameter, or
null if none should be explicitly defined (which
means ASC according to the FHIR specification) |
| Constructor and Description |
|---|
SortSpec(String theParamName,
SortOrderEnum theOrder)
Constructor
|
SortSpec(String theParamName,
SortOrderEnum theOrder,
SortSpec theChain)
Constructor
|
Copyright © 2014–2019 University Health Network. All rights reserved.