Interface CapabilityStatement_RestBuilder
-
- All Known Implementing Classes:
CapabilityStatement_RestBuilder.Impl
public interface CapabilityStatement_RestBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCapabilityStatement_RestBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.CapabilityStatement.Restbuild()static CapabilityStatement_RestBuilder.Implbuilder(com.babylonhealth.lit.hl7.RESTFUL_CAPABILITY_MODE mode)static CapabilityStatement_RestBuilder.Implinit(com.babylonhealth.lit.hl7.RESTFUL_CAPABILITY_MODE mode)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.CapabilityStatement.Rest build()
-
init
static CapabilityStatement_RestBuilder.Impl init(com.babylonhealth.lit.hl7.RESTFUL_CAPABILITY_MODE mode)
-
builder
static CapabilityStatement_RestBuilder.Impl builder(com.babylonhealth.lit.hl7.RESTFUL_CAPABILITY_MODE mode)
-
-