Interface Consent_VerificationBuilder
-
- All Known Implementing Classes:
Consent_VerificationBuilder.Impl
public interface Consent_VerificationBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConsent_VerificationBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Consent.Verificationbuild()static Consent_VerificationBuilder.Implbuilder(java.lang.Boolean verified)static Consent_VerificationBuilder.Implinit(java.lang.Boolean verified)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.Consent.Verification build()
-
init
static Consent_VerificationBuilder.Impl init(java.lang.Boolean verified)
-
builder
static Consent_VerificationBuilder.Impl builder(java.lang.Boolean verified)
-
-