Interface AuditEventDetail

All Known Implementing Classes:
AdminAuditEventDetail, RawAuditEventDetail

public interface AuditEventDetail
Details about the change. See AuditEventHeader.
  • Method Summary

    Modifier and Type
    Method
    Description
    The author of the change.
    The timestamp at which the field change took place
  • Method Details

    • getAuthor

      String getAuthor()
      The author of the change. May be an admin user, or an identifier noting an automated system process.
    • getTimestamp

      Instant getTimestamp()
      The timestamp at which the field change took place