Uses of Class
com.ibm.fhir.model.resource.TestReport.Setup.Action
-
Packages that use TestReport.Setup.Action Package Description com.ibm.fhir.model.resource -
-
Uses of TestReport.Setup.Action in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestReport.Setup.Action Modifier and Type Method Description TestReport.Setup.Action
TestReport.Setup.Action.Builder. build()
Build theTestReport.Setup.Action
Methods in com.ibm.fhir.model.resource that return types with arguments of type TestReport.Setup.Action Modifier and Type Method Description List<TestReport.Setup.Action>
TestReport.Setup. getAction()
Action would contain either an operation or an assertion.Methods in com.ibm.fhir.model.resource with parameters of type TestReport.Setup.Action Modifier and Type Method Description TestReport.Setup.Builder
TestReport.Setup.Builder. action(TestReport.Setup.Action... action)
Action would contain either an operation or an assertion.protected TestReport.Setup.Action.Builder
TestReport.Setup.Action.Builder. from(TestReport.Setup.Action action)
Method parameters in com.ibm.fhir.model.resource with type arguments of type TestReport.Setup.Action Modifier and Type Method Description TestReport.Setup.Builder
TestReport.Setup.Builder. action(Collection<TestReport.Setup.Action> action)
Action would contain either an operation or an assertion.
-