@ExperimentalApi
public interface Records
Modifier and Type | Method and Description |
---|---|
long |
getCount() |
int |
getMaxResults() |
Iterable<AuditRecord> |
getRecords()
Deprecated.
Use
getResults() instead. Since v6.3.4. |
List<AuditRecord> |
getResults()
Get list of records
|
@Deprecated Iterable<AuditRecord> getRecords()
getResults()
instead. Since v6.3.4.List<AuditRecord> getResults()
long getCount()
int getMaxResults()
Copyright © 2002-2016 Atlassian. All Rights Reserved.