Uses of Class
org.linuxforhealth.fhir.core.HTTPHandlingPreference
-
Packages that use HTTPHandlingPreference Package Description org.linuxforhealth.fhir.config org.linuxforhealth.fhir.core -
-
Uses of HTTPHandlingPreference in org.linuxforhealth.fhir.config
Methods in org.linuxforhealth.fhir.config that return HTTPHandlingPreference Modifier and Type Method Description HTTPHandlingPreference
FHIRRequestContext. getHandlingPreference()
Methods in org.linuxforhealth.fhir.config with parameters of type HTTPHandlingPreference Modifier and Type Method Description void
FHIRRequestContext. setHandlingPreference(HTTPHandlingPreference handlingPreference)
-
Uses of HTTPHandlingPreference in org.linuxforhealth.fhir.core
Methods in org.linuxforhealth.fhir.core that return HTTPHandlingPreference Modifier and Type Method Description static HTTPHandlingPreference
HTTPHandlingPreference. from(java.lang.String value)
static HTTPHandlingPreference
HTTPHandlingPreference. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HTTPHandlingPreference[]
HTTPHandlingPreference. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-