Uses of Class
org.hl7.fhir.r4.model.TestScript.SetupActionOperationRequestHeaderComponent
-
Packages that use TestScript.SetupActionOperationRequestHeaderComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestScript.SetupActionOperationRequestHeaderComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.SetupActionOperationRequestHeaderComponent Modifier and Type Method Description protected TestScript.SetupActionOperationRequestHeaderComponentJsonParser. parseTestScriptSetupActionOperationRequestHeaderComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.SetupActionOperationRequestHeaderComponentXmlParser. parseTestScriptSetupActionOperationRequestHeaderComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) -
Uses of TestScript.SetupActionOperationRequestHeaderComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.SetupActionOperationRequestHeaderComponent Modifier and Type Field Description protected List<TestScript.SetupActionOperationRequestHeaderComponent>TestScript.SetupActionOperationComponent. requestHeaderHeader elements would be used to set HTTP headers.Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.SetupActionOperationRequestHeaderComponent Modifier and Type Method Description List<TestScript.SetupActionOperationRequestHeaderComponent>TestScript.SetupActionOperationComponent. getRequestHeader()Methods in org.hl7.fhir.r4.model with parameters of type TestScript.SetupActionOperationRequestHeaderComponent Modifier and Type Method Description TestScript.SetupActionOperationComponentTestScript.SetupActionOperationComponent. addRequestHeader(TestScript.SetupActionOperationRequestHeaderComponent t)voidTestScript.SetupActionOperationRequestHeaderComponent. copyValues(TestScript.SetupActionOperationRequestHeaderComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.SetupActionOperationRequestHeaderComponent Modifier and Type Method Description TestScript.SetupActionOperationComponentTestScript.SetupActionOperationComponent. setRequestHeader(List<TestScript.SetupActionOperationRequestHeaderComponent> theRequestHeader)
-