public class ImmutableAuditLogEntry extends Object implements AuditLogEntry
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableAuditLogEntry.Builder |
| Constructor and Description |
|---|
ImmutableAuditLogEntry(String propertyName,
String oldValue,
String newValue) |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableAuditLogEntry.Builder |
builder() |
boolean |
equals(Object o) |
static ImmutableAuditLogEntry |
from(AuditLogEntry auditLogEntry) |
String |
getNewValue() |
String |
getOldValue() |
String |
getPropertyName() |
int |
hashCode() |
String |
toString() |
public String getPropertyName()
getPropertyName in interface AuditLogEntrypublic String getOldValue()
getOldValue in interface AuditLogEntrypublic String getNewValue()
getNewValue in interface AuditLogEntrypublic static ImmutableAuditLogEntry from(AuditLogEntry auditLogEntry)
public static ImmutableAuditLogEntry.Builder builder()
Copyright © 2024 Atlassian. All rights reserved.