public interface AnalyticsApiClient
Modifier and Type | Interface and Description |
---|---|
static interface |
AnalyticsApiClient.RecentReportsResponseCallback |
static interface |
AnalyticsApiClient.ReportDescriptionResponseCallback |
static interface |
AnalyticsApiClient.ReportInstanceListResponseCallback |
static interface |
AnalyticsApiClient.ReportInstanceResponseCallback |
static interface |
AnalyticsApiClient.ReportResultsResponseCallback |
Modifier and Type | Method and Description |
---|---|
void |
executeAsyncReport(String reportId,
Boolean includeDetails,
ReportMetadata reportFilter,
AnalyticsApiClient.ReportInstanceResponseCallback callback) |
void |
executeSyncReport(String reportId,
Boolean includeDetails,
ReportMetadata reportFilter,
AnalyticsApiClient.ReportResultsResponseCallback callback) |
void |
getRecentReports(AnalyticsApiClient.RecentReportsResponseCallback callback) |
void |
getReportDescription(String reportId,
AnalyticsApiClient.ReportDescriptionResponseCallback callback) |
void |
getReportInstances(String reportId,
AnalyticsApiClient.ReportInstanceListResponseCallback callback) |
void |
getReportResults(String reportId,
String instanceId,
AnalyticsApiClient.ReportResultsResponseCallback callback) |
void getRecentReports(AnalyticsApiClient.RecentReportsResponseCallback callback)
void getReportDescription(String reportId, AnalyticsApiClient.ReportDescriptionResponseCallback callback)
void executeSyncReport(String reportId, Boolean includeDetails, ReportMetadata reportFilter, AnalyticsApiClient.ReportResultsResponseCallback callback)
void executeAsyncReport(String reportId, Boolean includeDetails, ReportMetadata reportFilter, AnalyticsApiClient.ReportInstanceResponseCallback callback)
void getReportInstances(String reportId, AnalyticsApiClient.ReportInstanceListResponseCallback callback)
void getReportResults(String reportId, String instanceId, AnalyticsApiClient.ReportResultsResponseCallback callback)
Apache Camel