public interface ReportsClient
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletableFuture<ReportsResponse> |
getAllReports(ReportsQuery query) |
java.util.concurrent.CompletableFuture<ReportDetailsResponse> |
getReportDetails(java.lang.String reportId) |
java.util.concurrent.CompletableFuture<ContentResponse> |
getReportFile(java.lang.String reportId,
java.lang.String fileId) |
java.util.concurrent.CompletableFuture<ReportsResponse> getAllReports(ReportsQuery query)
java.util.concurrent.CompletableFuture<ReportDetailsResponse> getReportDetails(java.lang.String reportId)
java.util.concurrent.CompletableFuture<ContentResponse> getReportFile(java.lang.String reportId, java.lang.String fileId)