Uses of Class
org.linuxforhealth.fhir.model.resource.AuditEvent.Entity.Detail
-
Packages that use AuditEvent.Entity.Detail Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of AuditEvent.Entity.Detail in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return AuditEvent.Entity.Detail Modifier and Type Method Description AuditEvent.Entity.DetailAuditEvent.Entity.Detail.Builder. build()Build theAuditEvent.Entity.DetailMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type AuditEvent.Entity.Detail Modifier and Type Method Description java.util.List<AuditEvent.Entity.Detail>AuditEvent.Entity. getDetail()Tagged value pairs for conveying additional information about the entity.Methods in org.linuxforhealth.fhir.model.resource with parameters of type AuditEvent.Entity.Detail Modifier and Type Method Description AuditEvent.Entity.BuilderAuditEvent.Entity.Builder. detail(AuditEvent.Entity.Detail... detail)Tagged value pairs for conveying additional information about the entity.protected AuditEvent.Entity.Detail.BuilderAuditEvent.Entity.Detail.Builder. from(AuditEvent.Entity.Detail detail)protected voidAuditEvent.Entity.Detail.Builder. validate(AuditEvent.Entity.Detail detail)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type AuditEvent.Entity.Detail Modifier and Type Method Description AuditEvent.Entity.BuilderAuditEvent.Entity.Builder. detail(java.util.Collection<AuditEvent.Entity.Detail> detail)Tagged value pairs for conveying additional information about the entity.
-