Interface Bundle_Entry_ResponseBuilder
-
- All Known Implementing Classes:
Bundle_Entry_ResponseBuilder.Impl
public interface Bundle_Entry_ResponseBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBundle_Entry_ResponseBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Bundle$Entry$Responsebuild()static Bundle_Entry_ResponseBuilder.Implbuilder(java.lang.String status)static Bundle_Entry_ResponseBuilder.Implinit(java.lang.String status)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Bundle$Entry$Response build()
-
init
static Bundle_Entry_ResponseBuilder.Impl init(java.lang.String status)
-
builder
static Bundle_Entry_ResponseBuilder.Impl builder(java.lang.String status)
-
-