public class

AuditingResponseBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.admin.auditing.AuditingResponseBean

Class Overview

Representation of auditing log containing audit records and meta information.

Summary

Public Constructors
AuditingResponseBean(Collection<AuditRecordBean> records, Integer offset, Integer limit, Long total)
Public Methods
Integer getLimit()
Integer getOffset()
Iterable<AuditRecordBean> getRecords()
Long getTotal()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AuditingResponseBean (Collection<AuditRecordBean> records, Integer offset, Integer limit, Long total)

Public Methods

public Integer getLimit ()

public Integer getOffset ()

public Iterable<AuditRecordBean> getRecords ()

public Long getTotal ()