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.AgentAuditEvent.Agent.Builder. build()Build theAuditEvent.AgentMethods 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.BuilderAuditEvent.Builder. agent(AuditEvent.Agent... agent)An actor taking an active role in the event or activity that is logged.protected AuditEvent.Agent.BuilderAuditEvent.Agent.Builder. from(AuditEvent.Agent agent)protected voidAuditEvent.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.BuilderAuditEvent.Builder. agent(java.util.Collection<AuditEvent.Agent> agent)An actor taking an active role in the event or activity that is logged.
-