TestScript.Setup.Builder | 
TestScript.Setup.Builder.action(java.util.Collection<TestScript.Setup.Action> action) | 
 Action would contain either an operation or an assertion. 
 | 
TestScript.Setup.Builder | 
TestScript.Setup.Builder.action(TestScript.Setup.Action... action) | 
 Action would contain either an operation or an assertion. 
 | 
static TestScript.Setup.Builder | 
TestScript.Setup.builder() | 
  | 
TestScript.Setup.Builder | 
TestScript.Setup.Builder.extension(java.util.Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the element. 
 | 
TestScript.Setup.Builder | 
TestScript.Setup.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the element. 
 | 
protected TestScript.Setup.Builder | 
TestScript.Setup.Builder.from(TestScript.Setup setup) | 
  | 
TestScript.Setup.Builder | 
TestScript.Setup.Builder.id(java.lang.String id) | 
 Unique id for the element within a resource (for internal references). 
 | 
TestScript.Setup.Builder | 
TestScript.Setup.Builder.modifierExtension(java.util.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.Setup.Builder | 
TestScript.Setup.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.Setup.Builder | 
TestScript.Setup.toBuilder() | 
  |