Uses of Class
com.ibm.fhir.model.resource.TestScript.Destination
-
Packages that use TestScript.Destination Package Description com.ibm.fhir.model.resource -
-
Uses of TestScript.Destination in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestScript.Destination Modifier and Type Method Description TestScript.Destination
TestScript.Destination.Builder. build()
Build theTestScript.Destination
Methods in com.ibm.fhir.model.resource that return types with arguments of type TestScript.Destination Modifier and Type Method Description List<TestScript.Destination>
TestScript. getDestination()
An abstract server used in operations within this test script in the destination element.Methods in com.ibm.fhir.model.resource with parameters of type TestScript.Destination Modifier and Type Method Description TestScript.Builder
TestScript.Builder. destination(TestScript.Destination... destination)
An abstract server used in operations within this test script in the destination element.protected TestScript.Destination.Builder
TestScript.Destination.Builder. from(TestScript.Destination destination)
Method parameters in com.ibm.fhir.model.resource with type arguments of type TestScript.Destination Modifier and Type Method Description TestScript.Builder
TestScript.Builder. destination(Collection<TestScript.Destination> destination)
An abstract server used in operations within this test script in the destination element.
-