Uses of Class
org.linuxforhealth.fhir.model.resource.TestScript.Metadata.Link
-
Packages that use TestScript.Metadata.Link Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of TestScript.Metadata.Link in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return TestScript.Metadata.Link Modifier and Type Method Description TestScript.Metadata.Link
TestScript.Metadata.Link.Builder. build()
Build theTestScript.Metadata.Link
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type TestScript.Metadata.Link Modifier and Type Method Description java.util.List<TestScript.Metadata.Link>
TestScript.Metadata. getLink()
A link to the FHIR specification that this test is covering.Methods in org.linuxforhealth.fhir.model.resource with parameters of type TestScript.Metadata.Link Modifier and Type Method Description protected TestScript.Metadata.Link.Builder
TestScript.Metadata.Link.Builder. from(TestScript.Metadata.Link link)
TestScript.Metadata.Builder
TestScript.Metadata.Builder. link(TestScript.Metadata.Link... link)
A link to the FHIR specification that this test is covering.protected void
TestScript.Metadata.Link.Builder. validate(TestScript.Metadata.Link link)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type TestScript.Metadata.Link Modifier and Type Method Description 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.
-