Uses of Class
org.linuxforhealth.fhir.model.resource.AuditEvent.Entity
-
Packages that use AuditEvent.Entity Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of AuditEvent.Entity in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return AuditEvent.Entity Modifier and Type Method Description AuditEvent.Entity
AuditEvent.Entity.Builder. build()
Build theAuditEvent.Entity
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type AuditEvent.Entity Modifier and Type Method Description java.util.List<AuditEvent.Entity>
AuditEvent. getEntity()
Specific instances of data or objects that have been accessed.Methods in org.linuxforhealth.fhir.model.resource with parameters of type AuditEvent.Entity Modifier and Type Method Description AuditEvent.Builder
AuditEvent.Builder. entity(AuditEvent.Entity... entity)
Specific instances of data or objects that have been accessed.protected AuditEvent.Entity.Builder
AuditEvent.Entity.Builder. from(AuditEvent.Entity entity)
protected void
AuditEvent.Entity.Builder. validate(AuditEvent.Entity entity)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type AuditEvent.Entity Modifier and Type Method Description AuditEvent.Builder
AuditEvent.Builder. entity(java.util.Collection<AuditEvent.Entity> entity)
Specific instances of data or objects that have been accessed.
-