static TestScript.Variable.Builder |
TestScript.Variable.builder() |
|
TestScript.Variable.Builder |
TestScript.Variable.Builder.defaultValue(String defaultValue) |
A default, hard-coded, or user-defined value for this variable.
|
TestScript.Variable.Builder |
TestScript.Variable.Builder.description(String description) |
A free text natural language description of the variable and its purpose.
|
TestScript.Variable.Builder |
TestScript.Variable.Builder.expression(String expression) |
The FHIRPath expression to evaluate against the fixture body.
|
TestScript.Variable.Builder |
TestScript.Variable.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
TestScript.Variable.Builder |
TestScript.Variable.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected TestScript.Variable.Builder |
TestScript.Variable.Builder.from(TestScript.Variable variable) |
|
TestScript.Variable.Builder |
TestScript.Variable.Builder.headerField(String headerField) |
Will be used to grab the HTTP header field value from the headers that sourceId is pointing to.
|
TestScript.Variable.Builder |
TestScript.Variable.Builder.hint(String hint) |
Displayable text string with hint help information to the user when entering a default value.
|
TestScript.Variable.Builder |
TestScript.Variable.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
TestScript.Variable.Builder |
TestScript.Variable.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
TestScript.Variable.Builder |
TestScript.Variable.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
TestScript.Variable.Builder |
TestScript.Variable.Builder.name(String name) |
Descriptive name for this variable.
|
TestScript.Variable.Builder |
TestScript.Variable.Builder.path(String path) |
XPath or JSONPath to evaluate against the fixture body.
|
TestScript.Variable.Builder |
TestScript.Variable.Builder.sourceId(Id sourceId) |
Fixture to evaluate the XPath/JSONPath expression or the headerField against within this variable.
|
TestScript.Variable.Builder |
TestScript.Variable.toBuilder() |
|