public class AuditRecordInput extends Object
| Constructor and Description |
|---|
AuditRecordInput(String category,
String summary,
AuditAssociatedItem objectItem,
Iterable<AuditAssociatedItem> associatedItem,
Iterable<AuditChangedValue> changedValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Iterable<AuditAssociatedItem> |
getAssociatedItems() |
String |
getCategory() |
Iterable<AuditChangedValue> |
getChangedValues() |
AuditAssociatedItem |
getObjectItem() |
String |
getSummary() |
protected com.google.common.base.Objects.ToStringHelper |
getToStringHelper() |
int |
hashCode() |
public AuditRecordInput(String category, String summary, @Nullable AuditAssociatedItem objectItem, @Nullable Iterable<AuditAssociatedItem> associatedItem, @Nullable Iterable<AuditChangedValue> changedValues)
public String getSummary()
public String getCategory()
public AuditAssociatedItem getObjectItem()
public Iterable<AuditAssociatedItem> getAssociatedItems()
public Iterable<AuditChangedValue> getChangedValues()
protected com.google.common.base.Objects.ToStringHelper getToStringHelper()
Copyright © 2017 Atlassian. All rights reserved.