Uses of Class
org.linuxforhealth.fhir.model.resource.TestReport.Test.Action
-
Packages that use TestReport.Test.Action Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of TestReport.Test.Action in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return TestReport.Test.Action Modifier and Type Method Description TestReport.Test.ActionTestReport.Test.Action.Builder. build()Build theTestReport.Test.ActionMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type TestReport.Test.Action Modifier and Type Method Description java.util.List<TestReport.Test.Action>TestReport.Test. getAction()Action would contain either an operation or an assertion.Methods in org.linuxforhealth.fhir.model.resource with parameters of type TestReport.Test.Action Modifier and Type Method Description TestReport.Test.BuilderTestReport.Test.Builder. action(TestReport.Test.Action... action)Action would contain either an operation or an assertion.protected TestReport.Test.Action.BuilderTestReport.Test.Action.Builder. from(TestReport.Test.Action action)protected voidTestReport.Test.Action.Builder. validate(TestReport.Test.Action action)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type TestReport.Test.Action Modifier and Type Method Description TestReport.Test.BuilderTestReport.Test.Builder. action(java.util.Collection<TestReport.Test.Action> action)Action would contain either an operation or an assertion.
-