com.atlassian.jira.rest.v2.admin.auditing
Class AuditingResponseBean

java.lang.Object
  extended by com.atlassian.jira.rest.v2.admin.auditing.AuditingResponseBean

public class AuditingResponseBean
extends Object

Representation of auditing log containing audit records and meta information.

Since:
6.3

Constructor Summary
AuditingResponseBean(Collection<AuditRecordBean> records, Integer offset, Integer limit, Long total)
           
 
Method Summary
 Integer getLimit()
           
 Integer getOffset()
           
 Iterable<AuditRecordBean> getRecords()
           
 Long getTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditingResponseBean

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

getRecords

public Iterable<AuditRecordBean> getRecords()

getOffset

public Integer getOffset()

getLimit

public Integer getLimit()

getTotal

public Long getTotal()


Copyright © 2002-2014 Atlassian. All Rights Reserved.