Uses of Class
com.ibm.fhir.model.resource.TestScript.Metadata.Link
- 
Packages that use TestScript.Metadata.Link Package Description com.ibm.fhir.model.resource  - 
- 
Uses of TestScript.Metadata.Link in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestScript.Metadata.Link Modifier and Type Method Description TestScript.Metadata.LinkTestScript.Metadata.Link.Builder. build()Build theTestScript.Metadata.LinkMethods in com.ibm.fhir.model.resource that return types with arguments of type TestScript.Metadata.Link Modifier and Type Method Description List<TestScript.Metadata.Link>TestScript.Metadata. getLink()A link to the FHIR specification that this test is covering.Methods in com.ibm.fhir.model.resource with parameters of type TestScript.Metadata.Link Modifier and Type Method Description protected TestScript.Metadata.Link.BuilderTestScript.Metadata.Link.Builder. from(TestScript.Metadata.Link link)TestScript.Metadata.BuilderTestScript.Metadata.Builder. link(TestScript.Metadata.Link... link)A link to the FHIR specification that this test is covering.Method parameters in com.ibm.fhir.model.resource with type arguments of type TestScript.Metadata.Link Modifier and Type Method Description TestScript.Metadata.BuilderTestScript.Metadata.Builder. link(Collection<TestScript.Metadata.Link> link)A link to the FHIR specification that this test is covering. 
 -