Uses of Enum
ca.uhn.fhir.rest.api.SortOrderEnum
-
Uses of SortOrderEnum in ca.uhn.fhir.rest.api
Modifier and TypeMethodDescriptionSortSpec.getOrder()
Returns the sort order specified by this parameter, ornull
if none is explicitly provided (which meansASC
according to the FHIR specification)static SortOrderEnum
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 TypeMethodDescriptionSortSpec.setOrder
(SortOrderEnum theOrder) Sets the sort order specified by this parameter, ornull
if none should be explicitly defined (which meansASC
according to the FHIR specification)ModifierConstructorDescriptionSortSpec
(String theParamName, SortOrderEnum theOrder) ConstructorSortSpec
(String theParamName, SortOrderEnum theOrder, SortSpec theChain) Constructor