
Uses of Class
ca.uhn.fhir.rest.api.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 SortSpec
SortSpec. getChain()
Gets the chained sort specification, ornull
if none.SortSpec
SortSpec. setChain(SortSpec theChain)
Sets the chained sort specification, ornull
if none.SortSpec
SortSpec. setOrder(SortOrderEnum theOrder)
Sets the sort order specified by this parameter, ornull
if none should be explicitly defined (which meansSortOrderEnum.ASC
according to the FHIR specification)SortSpec
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 SortSpec Modifier and Type Method Description SortSpec
SortSpec. setChain(SortSpec theChain)
Sets the chained sort specification, ornull
if 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