
Uses of Enum Class
org.hl7.fhir.r5.model.TestScript.AssertionResponseTypes
Packages that use TestScript.AssertionResponseTypes
-
Uses of TestScript.AssertionResponseTypes in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestScript.AssertionResponseTypesModifier and TypeFieldDescriptionprotected Enumeration<TestScript.AssertionResponseTypes> TestScript.SetupActionAssertComponent.responsecontinue | switchingProtocols | okay | created | accepted | nonAuthoritativeInformation | noContent | resetContent | partialContent | multipleChoices | movedPermanently | found | seeOther | notModified | useProxy | temporaryRedirect | permanentRedirect | badRequest | unauthorized | paymentRequired | forbidden | notFound | methodNotAllowed | notAcceptable | proxyAuthenticationRequired | requestTimeout | conflict | gone | lengthRequired | preconditionFailed | contentTooLarge | uriTooLong | unsupportedMediaType | rangeNotSatisfiable | expectationFailed | misdirectedRequest | unprocessableContent | upgradeRequired | internalServerError | notImplemented | badGateway | serviceUnavailable | gatewayTimeout | httpVersionNotSupported.Methods in org.hl7.fhir.r5.model that return TestScript.AssertionResponseTypesModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.getResponse()Returns the enum constant of this class with the specified name.static TestScript.AssertionResponseTypes[]TestScript.AssertionResponseTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type TestScript.AssertionResponseTypesModifier and TypeMethodDescriptionTestScript.AssertionResponseTypesEnumFactory.fromType(PrimitiveType<?> code) TestScript.SetupActionAssertComponent.getResponseElement()Methods in org.hl7.fhir.r5.model with parameters of type TestScript.AssertionResponseTypesModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setResponse(TestScript.AssertionResponseTypes value) TestScript.AssertionResponseTypesEnumFactory.toCode(TestScript.AssertionResponseTypes code) TestScript.AssertionResponseTypesEnumFactory.toSystem(TestScript.AssertionResponseTypes code) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestScript.AssertionResponseTypesModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.setResponseElement(Enumeration<TestScript.AssertionResponseTypes> value)