Uses of Class
ca.uhn.fhir.rest.api.SortOrderEnum
-
Packages that use SortOrderEnum Package Description ca.uhn.fhir.rest.api -
-
Uses of SortOrderEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return SortOrderEnum Modifier and Type Method Description SortOrderEnumSortSpec. getOrder()Returns the sort order specified by this parameter, ornullif none is explicitly provided (which meansASCaccording to the FHIR specification)static SortOrderEnumSortOrderEnum. 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.Methods in ca.uhn.fhir.rest.api with parameters of type SortOrderEnum Modifier and Type Method Description SortSpecSortSpec. setOrder(SortOrderEnum theOrder)Sets the sort order specified by this parameter, ornullif none should be explicitly defined (which meansASCaccording to the FHIR specification)Constructors in ca.uhn.fhir.rest.api with parameters of type SortOrderEnum Constructor Description SortSpec(String theParamName, SortOrderEnum theOrder)ConstructorSortSpec(String theParamName, SortOrderEnum theOrder, SortSpec theChain)Constructor
-