Uses of Class
ca.uhn.fhir.rest.api.SearchStyleEnum
-
Packages that use SearchStyleEnum Package Description ca.uhn.fhir.rest.api ca.uhn.fhir.rest.gclient -
-
Uses of SearchStyleEnum in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api that return SearchStyleEnum Modifier and Type Method Description static SearchStyleEnumSearchStyleEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchStyleEnum[]SearchStyleEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SearchStyleEnum in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type SearchStyleEnum Modifier and Type Method Description IQuery<Y>IQuery. usingStyle(SearchStyleEnum theStyle)Forces the query to perform the search using the given method (allowable methods are described in the FHIR Search Specification)
-