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