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 HTTPHandlingPreferenceFHIRRequestContext. getHandlingPreference()Methods in org.linuxforhealth.fhir.config with parameters of type HTTPHandlingPreference Modifier and Type Method Description voidFHIRRequestContext. 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 HTTPHandlingPreferenceHTTPHandlingPreference. from(java.lang.String value)static HTTPHandlingPreferenceHTTPHandlingPreference. 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.
-