
Uses of Class
ca.uhn.fhir.rest.api.SortSpec
Packages that use SortSpec
-
Uses of SortSpec in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return SortSpecModifier and TypeMethodDescriptionSortSpec.getChain()Gets the chained sort specification, ornullif none.Sets the chained sort specification, ornullif none.SortSpec.setOrder(SortOrderEnum theOrder) Sets the sort order specified by this parameter, ornullif none should be explicitly defined (which meansSortOrderEnum.ASCaccording to the FHIR specification)SortSpec.setParamName(String theFieldName) Sets the actual name of the search param to sort byMethods in ca.uhn.fhir.rest.api with parameters of type SortSpecModifier and TypeMethodDescriptionSets the chained sort specification, ornullif none.Constructors in ca.uhn.fhir.rest.api with parameters of type SortSpecModifierConstructorDescriptionSortSpec(String theParamName, SortOrderEnum theOrder, SortSpec theChain) Constructor -
Uses of SortSpec in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type SortSpec