Uses of Class
org.linuxforhealth.fhir.model.resource.TestScript.Metadata
-
Packages that use TestScript.Metadata Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of TestScript.Metadata in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return TestScript.Metadata Modifier and Type Method Description TestScript.Metadata
TestScript.Metadata.Builder. build()
Build theTestScript.Metadata
TestScript.Metadata
TestScript. getMetadata()
The required capability must exist and are assumed to function correctly on the FHIR server being tested.Methods in org.linuxforhealth.fhir.model.resource with parameters of type TestScript.Metadata Modifier and Type Method Description protected TestScript.Metadata.Builder
TestScript.Metadata.Builder. from(TestScript.Metadata metadata)
TestScript.Builder
TestScript.Builder. metadata(TestScript.Metadata metadata)
The required capability must exist and are assumed to function correctly on the FHIR server being tested.protected void
TestScript.Metadata.Builder. validate(TestScript.Metadata metadata)
-