Class AuditRecordsData
java.lang.Object
com.atlassian.jira.rest.client.api.domain.AuditRecordsData
Represents audit search metadata and audit result records
-
Constructor Summary
ConstructorsConstructorDescriptionAuditRecordsData(Integer offset, Integer limit, Integer total, Iterable<AuditRecord> records) -
Method Summary
-
Constructor Details
-
AuditRecordsData
public AuditRecordsData(Integer offset, Integer limit, Integer total, Iterable<AuditRecord> records)
-
-
Method Details