Uses of Enum
org.hl7.fhir.r4.model.TestScript.TestScriptRequestMethodCode
-
Uses of TestScript.TestScriptRequestMethodCode in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionTestScript.SetupActionOperationComponent.method
The HTTP method the test engine MUST use for this operation regardless of any other operation details.TestScript.SetupActionAssertComponent.requestMethod
The request method or HTTP operation code to compare against that used by the client system under test.Modifier and TypeMethodDescriptionTestScript.SetupActionOperationComponent.getMethod()
TestScript.SetupActionAssertComponent.getRequestMethod()
Returns the enum constant of this type with the specified name.TestScript.TestScriptRequestMethodCode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionTestScript.TestScriptRequestMethodCodeEnumFactory.fromType
(PrimitiveType<?> code) TestScript.SetupActionOperationComponent.getMethodElement()
TestScript.SetupActionAssertComponent.getRequestMethodElement()
Modifier and TypeMethodDescriptionTestScript.SetupActionOperationComponent.setMethod
(TestScript.TestScriptRequestMethodCode value) TestScript.SetupActionAssertComponent.setRequestMethod
(TestScript.TestScriptRequestMethodCode value) TestScript.TestScriptRequestMethodCodeEnumFactory.toCode
(TestScript.TestScriptRequestMethodCode code) TestScript.TestScriptRequestMethodCodeEnumFactory.toSystem
(TestScript.TestScriptRequestMethodCode code) Modifier and TypeMethodDescriptionTestScript.SetupActionOperationComponent.setMethodElement
(Enumeration<TestScript.TestScriptRequestMethodCode> value) TestScript.SetupActionAssertComponent.setRequestMethodElement
(Enumeration<TestScript.TestScriptRequestMethodCode> value)