
Uses of Enum Class
ca.uhn.fhir.model.api.StorageResponseCodeEnum
Packages that use StorageResponseCodeEnum
-
Uses of StorageResponseCodeEnum in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api that return StorageResponseCodeEnumModifier and TypeMethodDescriptionstatic StorageResponseCodeEnumReturns the enum constant of this class with the specified name.static StorageResponseCodeEnum[]StorageResponseCodeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StorageResponseCodeEnum in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util with parameters of type StorageResponseCodeEnumModifier and TypeMethodDescriptionstatic IBaseOperationOutcomeOperationOutcomeUtil.createOperationOutcome(String theSeverity, String theMessage, String theCode, FhirContext theFhirContext, StorageResponseCodeEnum theStorageResponseCode)