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.VariableTestScript.Variable.Builder. build()Build theTestScript.VariableMethods 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.BuilderTestScript.Variable.Builder. from(TestScript.Variable variable)TestScript.BuilderTestScript.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.BuilderTestScript.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.
-