Interface Linkage_ItemBuilder
-
- All Known Implementing Classes:
Linkage_ItemBuilder.Impl
public interface Linkage_ItemBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLinkage_ItemBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Linkage.Itembuild()static Linkage_ItemBuilder.Implbuilder(com.babylonhealth.lit.hl7.LINKAGE_TYPE _type, com.babylonhealth.lit.core_java.builders.ReferenceBuilder resource)static Linkage_ItemBuilder.Implinit(com.babylonhealth.lit.hl7.LINKAGE_TYPE _type, com.babylonhealth.lit.core.model.Reference resource)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Linkage.Item build()
-
init
static Linkage_ItemBuilder.Impl init(com.babylonhealth.lit.hl7.LINKAGE_TYPE _type, com.babylonhealth.lit.core.model.Reference resource)
-
builder
static Linkage_ItemBuilder.Impl builder(com.babylonhealth.lit.hl7.LINKAGE_TYPE _type, com.babylonhealth.lit.core_java.builders.ReferenceBuilder resource)
-
-