static TestScript.Metadata.Builder | 
TestScript.Metadata.builder() | 
  | 
TestScript.Metadata.Builder | 
TestScript.Metadata.Builder.capability(java.util.Collection<TestScript.Metadata.Capability> capability) | 
 Capabilities that must exist and are assumed to function correctly on the FHIR server being tested. 
 | 
TestScript.Metadata.Builder | 
TestScript.Metadata.Builder.capability(TestScript.Metadata.Capability... capability) | 
 Capabilities that must exist and are assumed to function correctly on the FHIR server being tested. 
 | 
TestScript.Metadata.Builder | 
TestScript.Metadata.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.Metadata.Builder | 
TestScript.Metadata.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the element. 
 | 
protected TestScript.Metadata.Builder | 
TestScript.Metadata.Builder.from(TestScript.Metadata metadata) | 
  | 
TestScript.Metadata.Builder | 
TestScript.Metadata.Builder.id(java.lang.String id) | 
 Unique id for the element within a resource (for internal references). 
 | 
TestScript.Metadata.Builder | 
TestScript.Metadata.Builder.link(java.util.Collection<TestScript.Metadata.Link> link) | 
 A link to the FHIR specification that this test is covering. 
 | 
TestScript.Metadata.Builder | 
TestScript.Metadata.Builder.link(TestScript.Metadata.Link... link) | 
 A link to the FHIR specification that this test is covering. 
 | 
TestScript.Metadata.Builder | 
TestScript.Metadata.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.Metadata.Builder | 
TestScript.Metadata.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.Metadata.Builder | 
TestScript.Metadata.toBuilder() | 
  |