Interface Invoice_ParticipantBuilder
-
- All Known Implementing Classes:
Invoice_ParticipantBuilder.Impl
public interface Invoice_ParticipantBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInvoice_ParticipantBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Invoice.Participantbuild()static Invoice_ParticipantBuilder.Implbuilder(com.babylonhealth.lit.core_java.builders.ReferenceBuilder actor)static Invoice_ParticipantBuilder.Implinit(com.babylonhealth.lit.core.model.Reference actor)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Invoice.Participant build()
-
init
static Invoice_ParticipantBuilder.Impl init(com.babylonhealth.lit.core.model.Reference actor)
-
builder
static Invoice_ParticipantBuilder.Impl builder(com.babylonhealth.lit.core_java.builders.ReferenceBuilder actor)
-
-