Uses of Class
com.ibm.fhir.model.resource.TestScript.Variable
-
Packages that use TestScript.Variable Package Description com.ibm.fhir.model.resource -
-
Uses of TestScript.Variable in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestScript.Variable Modifier and Type Method Description TestScript.Variable
TestScript.Variable.Builder. build()
Build theTestScript.Variable
Methods in com.ibm.fhir.model.resource that return types with arguments of type TestScript.Variable Modifier and Type Method Description 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 com.ibm.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 com.ibm.fhir.model.resource with type arguments of type TestScript.Variable Modifier and Type Method Description TestScript.Builder
TestScript.Builder. variable(Collection<TestScript.Variable> variable)
Variable is set based either on element value in response body or on header field value in the response headers.
-