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.EntityAuditEvent.Entity.Builder. build()Build theAuditEvent.EntityMethods 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.BuilderAuditEvent.Builder. entity(AuditEvent.Entity... entity)Specific instances of data or objects that have been accessed.protected AuditEvent.Entity.BuilderAuditEvent.Entity.Builder. from(AuditEvent.Entity entity)protected voidAuditEvent.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.BuilderAuditEvent.Builder. entity(java.util.Collection<AuditEvent.Entity> entity)Specific instances of data or objects that have been accessed.
-