Uses of Class
com.ibm.fhir.core.HTTPHandlingPreference
-
Packages that use HTTPHandlingPreference Package Description com.ibm.fhir.config com.ibm.fhir.core -
-
Uses of HTTPHandlingPreference in com.ibm.fhir.config
Methods in com.ibm.fhir.config that return HTTPHandlingPreference Modifier and Type Method Description HTTPHandlingPreference
FHIRRequestContext. getHandlingPreference()
Methods in com.ibm.fhir.config with parameters of type HTTPHandlingPreference Modifier and Type Method Description void
FHIRRequestContext. setHandlingPreference(HTTPHandlingPreference handlingPreference)
-
Uses of HTTPHandlingPreference in com.ibm.fhir.core
Methods in com.ibm.fhir.core that return HTTPHandlingPreference Modifier and Type Method Description static HTTPHandlingPreference
HTTPHandlingPreference. from(String value)
static HTTPHandlingPreference
HTTPHandlingPreference. valueOf(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.
-