Interface TestReport_TestBuilder
-
- All Known Implementing Classes:
TestReport_TestBuilder.Impl
public interface TestReport_TestBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTestReport_TestBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.TestReport.Testbuild()static TestReport_TestBuilder.Implbuilder(java.util.Collection<TestReport_Test_ActionBuilder> action)static TestReport_TestBuilder.Implinit(java.util.Collection<com.babylonhealth.lit.hl7.model.TestReport$Test$Action> action)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.TestReport.Test build()
-
init
static TestReport_TestBuilder.Impl init(java.util.Collection<com.babylonhealth.lit.hl7.model.TestReport$Test$Action> action)
-
builder
static TestReport_TestBuilder.Impl builder(java.util.Collection<TestReport_Test_ActionBuilder> action)
-
-