Class AuditRecord

java.lang.Object
com.atlassian.confluence.api.model.audit.AuditRecord

@Deprecated public final class AuditRecord extends Object
Deprecated.
since 7.5.0. Use AuditEntity from atlassian-audit-api
Value object that models all data for a single Audit log record
Since:
5.10
  • Method Details

    • getAuthor

      public User getAuthor()
      Deprecated.
    • getCreationDate

      public OffsetDateTime getCreationDate()
      Deprecated.
    • getSummary

      public String getSummary()
      Deprecated.
    • getDescription

      public String getDescription()
      Deprecated.
    • getCategory

      public String getCategory()
      Deprecated.
    • getAffectedObject

      public AffectedObject getAffectedObject()
      Deprecated.
    • getChangedValues

      public List<ChangedValue> getChangedValues()
      Deprecated.
    • getAssociatedObjects

      public Set<AffectedObject> getAssociatedObjects()
      Deprecated.
    • getRemoteAddress

      public String getRemoteAddress()
      Deprecated.
    • isSysAdmin

      public boolean isSysAdmin()
      Deprecated.
    • builder

      public static AuditRecord.Builder builder()
      Deprecated.
    • builder

      public static AuditRecord.Builder builder(AuditRecord other)
      Deprecated.
    • equals

      public boolean equals(Object other)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object