Interface CatalogEntry_RelatedEntryBuilder
-
- All Known Implementing Classes:
CatalogEntry_RelatedEntryBuilder.Impl
public interface CatalogEntry_RelatedEntryBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCatalogEntry_RelatedEntryBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.CatalogEntry.RelatedEntrybuild()static CatalogEntry_RelatedEntryBuilder.Implbuilder(com.babylonhealth.lit.core_java.builders.ReferenceBuilder item, com.babylonhealth.lit.hl7.RELATION_TYPE relationtype)static CatalogEntry_RelatedEntryBuilder.Implinit(com.babylonhealth.lit.core.model.Reference item, com.babylonhealth.lit.hl7.RELATION_TYPE relationtype)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.CatalogEntry.RelatedEntry build()
-
init
static CatalogEntry_RelatedEntryBuilder.Impl init(com.babylonhealth.lit.core.model.Reference item, com.babylonhealth.lit.hl7.RELATION_TYPE relationtype)
-
builder
static CatalogEntry_RelatedEntryBuilder.Impl builder(com.babylonhealth.lit.core_java.builders.ReferenceBuilder item, com.babylonhealth.lit.hl7.RELATION_TYPE relationtype)
-
-