
Uses of Enum Class
ca.uhn.fhir.rest.api.SortOrderEnum
Packages that use SortOrderEnum
-
Uses of SortOrderEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return SortOrderEnumModifier 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 class with the specified name.static SortOrderEnum[]
SortOrderEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.uhn.fhir.rest.api with parameters of type SortOrderEnumModifier 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)Constructors in ca.uhn.fhir.rest.api with parameters of type SortOrderEnumModifierConstructorDescriptionSortSpec
(String theParamName, SortOrderEnum theOrder) ConstructorSortSpec
(String theParamName, SortOrderEnum theOrder, SortSpec theChain) Constructor