Uses of Class
org.linuxforhealth.fhir.model.resource.AuditEvent.Agent
-
Packages that use AuditEvent.Agent Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of AuditEvent.Agent in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return AuditEvent.Agent Modifier and Type Method Description AuditEvent.Agent
AuditEvent.Agent.Builder. build()
Build theAuditEvent.Agent
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type AuditEvent.Agent Modifier and Type Method Description java.util.List<AuditEvent.Agent>
AuditEvent. getAgent()
An actor taking an active role in the event or activity that is logged.Methods in org.linuxforhealth.fhir.model.resource with parameters of type AuditEvent.Agent Modifier and Type Method Description AuditEvent.Builder
AuditEvent.Builder. agent(AuditEvent.Agent... agent)
An actor taking an active role in the event or activity that is logged.protected AuditEvent.Agent.Builder
AuditEvent.Agent.Builder. from(AuditEvent.Agent agent)
protected void
AuditEvent.Agent.Builder. validate(AuditEvent.Agent agent)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type AuditEvent.Agent Modifier and Type Method Description AuditEvent.Builder
AuditEvent.Builder. agent(java.util.Collection<AuditEvent.Agent> agent)
An actor taking an active role in the event or activity that is logged.
-