Uses of Class
ca.uhn.fhir.rest.api.SortSpec
-
Uses of SortSpec in ca.uhn.fhir.rest.api
Modifier and TypeMethodDescriptionSortSpec.getChain()
Gets the chained sort specification, ornull
if none.Sets the chained sort specification, ornull
if none.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.setParamName
(String theFieldName) Sets the actual name of the search param to sort byModifier and TypeMethodDescriptionSets the chained sort specification, ornull
if none.ModifierConstructorDescriptionSortSpec
(String theParamName, SortOrderEnum theOrder, SortSpec theChain) Constructor -
Uses of SortSpec in ca.uhn.fhir.rest.gclient