
Uses of Enum Class
org.hl7.fhir.dstu3.model.TestScript.TestScriptRequestMethodCode
Packages that use TestScript.TestScriptRequestMethodCode
- 
Uses of TestScript.TestScriptRequestMethodCode in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type TestScript.TestScriptRequestMethodCodeModifier and TypeFieldDescriptionTestScript.SetupActionAssertComponent.requestMethodThe request method or HTTP operation code to compare against that used by the client system under test.Methods in org.hl7.fhir.dstu3.model that return TestScript.TestScriptRequestMethodCodeModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.getRequestMethod()Returns the enum constant of this class with the specified name.TestScript.TestScriptRequestMethodCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TestScript.TestScriptRequestMethodCodeModifier and TypeMethodDescriptionTestScript.TestScriptRequestMethodCodeEnumFactory.fromType(PrimitiveType<?> code) TestScript.SetupActionAssertComponent.getRequestMethodElement()Methods in org.hl7.fhir.dstu3.model with parameters of type TestScript.TestScriptRequestMethodCodeModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setRequestMethod(TestScript.TestScriptRequestMethodCode value) TestScript.TestScriptRequestMethodCodeEnumFactory.toCode(TestScript.TestScriptRequestMethodCode code) TestScript.TestScriptRequestMethodCodeEnumFactory.toSystem(TestScript.TestScriptRequestMethodCode code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type TestScript.TestScriptRequestMethodCodeModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setRequestMethodElement(Enumeration<TestScript.TestScriptRequestMethodCode> value)