com.gooddata.collections.PageableList<AuditEvent> |
AuditEventService.listAuditEvents() |
Get list of audit events for current account
|
com.gooddata.collections.PageableList<AuditEvent> |
AuditEventService.listAuditEvents(Account account) |
Get list of audit events for the given account
|
com.gooddata.collections.PageableList<AuditEvent> |
AuditEventService.listAuditEvents(Account account,
com.gooddata.collections.Page page) |
Get list of audit events for the given account
|
com.gooddata.collections.PageableList<AuditEvent> |
AuditEventService.listAuditEvents(com.gooddata.collections.Page page) |
Get list of audit events for current account
|
com.gooddata.collections.PageableList<AuditEvent> |
AuditEventService.listAuditEvents(String domainId) |
Get list of audit events for the given domain id
|
com.gooddata.collections.PageableList<AuditEvent> |
AuditEventService.listAuditEvents(String domainId,
com.gooddata.collections.Page page) |
Get list of audit events for the given domain id
|