Interface AuditEvent_AgentBuilder
-
- All Known Implementing Classes:
AuditEvent_AgentBuilder.Impl
public interface AuditEvent_AgentBuilder
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAuditEvent_AgentBuilder.Impl
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.AuditEvent.Agentbuild()static AuditEvent_AgentBuilder.Implbuilder(java.lang.Boolean requestor)static AuditEvent_AgentBuilder.Implinit(java.lang.Boolean requestor)
-
-
-
Method Detail
-
build
com.babylonhealth.lit.hl7.model.AuditEvent.Agent build()
-
init
static AuditEvent_AgentBuilder.Impl init(java.lang.Boolean requestor)
-
builder
static AuditEvent_AgentBuilder.Impl builder(java.lang.Boolean requestor)
-
-