Interface Contract_LegalBuilder
-
- All Known Implementing Classes:
Contract_LegalBuilder.Impl
public interface Contract_LegalBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContract_LegalBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Contract.Legalbuild()static Contract_LegalBuilder.Implbuilder(@NonNull Unions.ChoiceAttachmentOrReference content)static Unions.ChoiceAttachmentOrReferencecontent(com.babylonhealth.lit.core.model.Attachment a)static Unions.ChoiceAttachmentOrReferencecontent(com.babylonhealth.lit.core.model.Reference r)static Contract_LegalBuilder.Implinit(@NonNull Unions.ChoiceAttachmentOrReference content)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Contract.Legal build()
-
init
static Contract_LegalBuilder.Impl init(@NonNull @NonNull Unions.ChoiceAttachmentOrReference content)
-
builder
static Contract_LegalBuilder.Impl builder(@NonNull @NonNull Unions.ChoiceAttachmentOrReference content)
-
content
static Unions.ChoiceAttachmentOrReference content(com.babylonhealth.lit.core.model.Attachment a)
-
content
static Unions.ChoiceAttachmentOrReference content(com.babylonhealth.lit.core.model.Reference r)
-
-