Uses of Class
org.hl7.fhir.r5.model.Enumerations.RestfulCapabilityMode
-
Packages that use Enumerations.RestfulCapabilityMode Package Description org.hl7.fhir.r5.model -
-
Uses of Enumerations.RestfulCapabilityMode in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.RestfulCapabilityMode Modifier and Type Field Description protected Enumeration<Enumerations.RestfulCapabilityMode>CapabilityStatement.CapabilityStatementRestComponent. modeIdentifies whether this portion of the statement is describing the ability to initiate or receive restful operations.protected Enumeration<Enumerations.RestfulCapabilityMode>CapabilityStatement2.CapabilityStatement2RestComponent. modeIdentifies whether this portion of the statement is describing the ability to initiate or receive restful operations.Methods in org.hl7.fhir.r5.model that return Enumerations.RestfulCapabilityMode Modifier and Type Method Description static Enumerations.RestfulCapabilityModeEnumerations.RestfulCapabilityMode. fromCode(String codeString)Enumerations.RestfulCapabilityModeEnumerations.RestfulCapabilityModeEnumFactory. fromCode(String codeString)Enumerations.RestfulCapabilityModeCapabilityStatement.CapabilityStatementRestComponent. getMode()Enumerations.RestfulCapabilityModeCapabilityStatement2.CapabilityStatement2RestComponent. getMode()static Enumerations.RestfulCapabilityModeEnumerations.RestfulCapabilityMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.RestfulCapabilityMode[]Enumerations.RestfulCapabilityMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.RestfulCapabilityMode Modifier and Type Method Description Enumeration<Enumerations.RestfulCapabilityMode>Enumerations.RestfulCapabilityModeEnumFactory. fromType(Base code)Enumeration<Enumerations.RestfulCapabilityMode>CapabilityStatement.CapabilityStatementRestComponent. getModeElement()Enumeration<Enumerations.RestfulCapabilityMode>CapabilityStatement2.CapabilityStatement2RestComponent. getModeElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.RestfulCapabilityMode Modifier and Type Method Description CapabilityStatement.CapabilityStatementRestComponentCapabilityStatement.CapabilityStatementRestComponent. setMode(Enumerations.RestfulCapabilityMode value)CapabilityStatement2.CapabilityStatement2RestComponentCapabilityStatement2.CapabilityStatement2RestComponent. setMode(Enumerations.RestfulCapabilityMode value)StringEnumerations.RestfulCapabilityModeEnumFactory. toCode(Enumerations.RestfulCapabilityMode code)StringEnumerations.RestfulCapabilityModeEnumFactory. toSystem(Enumerations.RestfulCapabilityMode code)Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.RestfulCapabilityMode Modifier and Type Method Description CapabilityStatement.CapabilityStatementRestComponentCapabilityStatement.CapabilityStatementRestComponent. setModeElement(Enumeration<Enumerations.RestfulCapabilityMode> value)CapabilityStatement2.CapabilityStatement2RestComponentCapabilityStatement2.CapabilityStatement2RestComponent. setModeElement(Enumeration<Enumerations.RestfulCapabilityMode> value)Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.RestfulCapabilityMode Constructor Description CapabilityStatement2RestComponent(Enumerations.RestfulCapabilityMode mode)ConstructorCapabilityStatementRestComponent(Enumerations.RestfulCapabilityMode mode)Constructor
-