Uses of Class
org.linuxforhealth.fhir.model.resource.TestScript.Variable
-
Packages that use TestScript.Variable Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of TestScript.Variable in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return TestScript.Variable Modifier and Type Method Description TestScript.Variable
TestScript.Variable.Builder. build()
Build theTestScript.Variable
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type TestScript.Variable Modifier and Type Method Description java.util.List<TestScript.Variable>
TestScript. getVariable()
Variable is set based either on element value in response body or on header field value in the response headers.Methods in org.linuxforhealth.fhir.model.resource with parameters of type TestScript.Variable Modifier and Type Method Description protected TestScript.Variable.Builder
TestScript.Variable.Builder. from(TestScript.Variable variable)
protected void
TestScript.Variable.Builder. validate(TestScript.Variable variable)
TestScript.Builder
TestScript.Builder. variable(TestScript.Variable... variable)
Variable is set based either on element value in response body or on header field value in the response headers.Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type TestScript.Variable Modifier and Type Method Description TestScript.Builder
TestScript.Builder. variable(java.util.Collection<TestScript.Variable> variable)
Variable is set based either on element value in response body or on header field value in the response headers.
-