Modifier and Type | Method and Description |
---|---|
ReportMetadata |
SalesforceEndpointConfig.getReportMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
SalesforceEndpointConfig.setReportMetadata(ReportMetadata reportMetadata)
Salesforce1 Analytics report metadata for filtering
|
Modifier and Type | Method and Description |
---|---|
ReportMetadata |
ReportDescription.getReportMetadata() |
ReportMetadata |
AbstractReportResultsBase.getReportMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
ReportDescription.setReportMetadata(ReportMetadata reportMetadata) |
void |
AbstractReportResultsBase.setReportMetadata(ReportMetadata reportMetadata) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultAnalyticsApiClient.executeAsyncReport(String reportId,
Boolean includeDetails,
ReportMetadata reportMetadata,
AnalyticsApiClient.ReportInstanceResponseCallback callback) |
void |
AnalyticsApiClient.executeAsyncReport(String reportId,
Boolean includeDetails,
ReportMetadata reportFilter,
AnalyticsApiClient.ReportInstanceResponseCallback callback) |
void |
DefaultAnalyticsApiClient.executeSyncReport(String reportId,
Boolean includeDetails,
ReportMetadata reportMetadata,
AnalyticsApiClient.ReportResultsResponseCallback callback) |
void |
AnalyticsApiClient.executeSyncReport(String reportId,
Boolean includeDetails,
ReportMetadata reportFilter,
AnalyticsApiClient.ReportResultsResponseCallback callback) |
Apache Camel