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