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