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.Link
TestScript.Metadata.Link.Builder. build()
Build theTestScript.Metadata.Link
Methods 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.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type TestScript.Metadata.Link Modifier and Type Method Description TestScript.Metadata.Builder
TestScript.Metadata.Builder. link(Collection<TestScript.Metadata.Link> link)
A link to the FHIR specification that this test is covering.
-