
Uses of Enum Class
ca.uhn.fhir.rest.api.SearchTotalModeEnum
Packages that use SearchTotalModeEnum
-
Uses of SearchTotalModeEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return SearchTotalModeEnumModifier and TypeMethodDescriptionstatic SearchTotalModeEnumstatic SearchTotalModeEnumReturns the enum constant of this class with the specified name.static SearchTotalModeEnum[]SearchTotalModeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SearchTotalModeEnum in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type SearchTotalModeEnumModifier and TypeMethodDescriptionIQuery.totalMode(SearchTotalModeEnum theTotalMode) Request that the server modify the response using the_totalparam THIS IS AN EXPERIMENTAL FEATURE - Use with caution, as it may be removed or modified in a future version.