Class AuditRecordInput
java.lang.Object
com.atlassian.jira.rest.client.api.domain.AuditRecordInput
Represents record from JIRA Audit Log.
- Since:
- v2.0
-
Constructor Summary
ConstructorsConstructorDescriptionAuditRecordInput(String category, String summary, AuditAssociatedItem objectItem, Iterable<AuditAssociatedItem> associatedItem, Iterable<AuditChangedValue> changedValues) -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected com.google.common.base.MoreObjects.ToStringHelperinthashCode()
-
Constructor Details
-
AuditRecordInput
public AuditRecordInput(String category, String summary, @Nullable AuditAssociatedItem objectItem, @Nullable Iterable<AuditAssociatedItem> associatedItem, @Nullable Iterable<AuditChangedValue> changedValues)
-
-
Method Details