public static class ImmutableAuditLogEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Builder(AuditLogEntry entry) |
Modifier and Type | Method and Description |
---|---|
ImmutableAuditLogEntry |
build() |
ImmutableAuditLogEntry.Builder |
setNewValue(String newValue) |
ImmutableAuditLogEntry.Builder |
setOldValue(String oldValue) |
ImmutableAuditLogEntry.Builder |
setPropertyName(String propertyName) |
public Builder()
public Builder(AuditLogEntry entry)
public ImmutableAuditLogEntry.Builder setPropertyName(String propertyName)
public ImmutableAuditLogEntry.Builder setOldValue(String oldValue)
public ImmutableAuditLogEntry.Builder setNewValue(String newValue)
public ImmutableAuditLogEntry build()
Copyright © 2020 Atlassian. All rights reserved.