Package ca.uhn.fhir.model.api
Enum StorageResponseCodeEnum
- All Implemented Interfaces:
ICodingEnum
,Serializable
,Comparable<StorageResponseCodeEnum>
This enum contains the allowable codes in the HAPI FHIR defined
codesystem: https://hapifhir.io/fhir/CodeSystem/hapi-fhir-storage-response-code
This is used in CRUD response OperationOutcome resources.
-
Enum Constant Summary
Enum ConstantDescription -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
static StorageResponseCodeEnum
Returns the enum constant of this type with the specified name.static StorageResponseCodeEnum[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SUCCESSFUL_CREATE
-
SUCCESSFUL_CREATE_NO_CONDITIONAL_MATCH
-
SUCCESSFUL_CREATE_WITH_CONDITIONAL_MATCH
-
SUCCESSFUL_UPDATE
-
SUCCESSFUL_UPDATE_AS_CREATE
-
SUCCESSFUL_UPDATE_NO_CHANGE
-
SUCCESSFUL_UPDATE_NO_CONDITIONAL_MATCH
-
SUCCESSFUL_UPDATE_WITH_CONDITIONAL_MATCH
-
SUCCESSFUL_UPDATE_WITH_CONDITIONAL_MATCH_NO_CHANGE
-
SUCCESSFUL_DELETE
-
SUCCESSFUL_DELETE_ALREADY_DELETED
-
SUCCESSFUL_DELETE_NOT_FOUND
-
SUCCESSFUL_PATCH
-
SUCCESSFUL_PATCH_NO_CHANGE
-
SUCCESSFUL_CONDITIONAL_PATCH
-
SUCCESSFUL_CONDITIONAL_PATCH_NO_CHANGE
-
-
Field Details
-
SYSTEM
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
- Specified by:
getCode
in interfaceICodingEnum
-
getSystem
- Specified by:
getSystem
in interfaceICodingEnum
-
getDisplay
- Specified by:
getDisplay
in interfaceICodingEnum
-