Uses of Class
ca.uhn.fhir.rest.api.SortSpec
-
Packages that use SortSpec Package Description ca.uhn.fhir.rest.api ca.uhn.fhir.rest.gclient -
-
Uses of SortSpec in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return SortSpec Modifier and Type Method Description SortSpecSortSpec. getChain()Gets the chained sort specification, ornullif none.SortSpecSortSpec. setChain(SortSpec theChain)Sets the chained sort specification, ornullif none.SortSpecSortSpec. setOrder(SortOrderEnum theOrder)Sets the sort order specified by this parameter, ornullif none should be explicitly defined (which meansSortOrderEnum.ASCaccording to the FHIR specification)SortSpecSortSpec. setParamName(String theFieldName)Sets the actual name of the search param to sort byMethods in ca.uhn.fhir.rest.api with parameters of type SortSpec Modifier and Type Method Description SortSpecSortSpec. setChain(SortSpec theChain)Sets the chained sort specification, ornullif none.Constructors in ca.uhn.fhir.rest.api with parameters of type SortSpec Constructor Description SortSpec(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 Modifier and Type Method Description IQuery<Y>IQuery. sort(SortSpec theSortSpec)Adds a sort using aSortSpecobject
-