Uses of Class
ca.uhn.fhir.rest.api.SearchTotalModeEnum
-
Packages that use SearchTotalModeEnum Package Description ca.uhn.fhir.rest.api ca.uhn.fhir.rest.gclient -
-
Uses of SearchTotalModeEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return SearchTotalModeEnum Modifier and Type Method Description static SearchTotalModeEnumSearchTotalModeEnum. fromCode(String theCode)static SearchTotalModeEnumSearchTotalModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchTotalModeEnum[]SearchTotalModeEnum. values()Returns an array containing the constants of this enum type, 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 SearchTotalModeEnum Modifier and Type Method Description IQuery<Y>IQuery. 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.
-