Package org.hl7.fhir.r4.model
Enum CapabilityStatement.ConditionalReadStatus
java.lang.Object
java.lang.Enum<CapabilityStatement.ConditionalReadStatus>
org.hl7.fhir.r4.model.CapabilityStatement.ConditionalReadStatus
- All Implemented Interfaces:
Serializable
,Comparable<CapabilityStatement.ConditionalReadStatus>
- Enclosing class:
CapabilityStatement
public static enum CapabilityStatement.ConditionalReadStatus
extends Enum<CapabilityStatement.ConditionalReadStatus>
-
Enum Constant Summary
Enum ConstantDescriptionConditional reads are supported, with both If-Modified-Since and If-None-Match HTTP Headers.Conditional reads are supported, but only with the If-Modified-Since HTTP Header.Conditional reads are supported, but only with the If-None-Match HTTP Header.No support for conditional reads.added to help the parsers with the generic types -
Method Summary
-
Enum Constant Details
-
NOTSUPPORTED
No support for conditional reads. -
MODIFIEDSINCE
Conditional reads are supported, but only with the If-Modified-Since HTTP Header. -
NOTMATCH
Conditional reads are supported, but only with the If-None-Match HTTP Header. -
FULLSUPPORT
Conditional reads are supported, with both If-Modified-Since and If-None-Match HTTP Headers. -
NULL
added to help the parsers with the generic types
-
-
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
-
fromCode
public static CapabilityStatement.ConditionalReadStatus fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-