Uses of Class
org.apache.camel.component.salesforce.api.dto.analytics.reports.ReportInstance
Packages that use ReportInstance
Package
Description
-
Uses of ReportInstance in org.apache.camel.component.salesforce.api
Fields in org.apache.camel.component.salesforce.api with type parameters of type ReportInstanceModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.core.type.TypeReference<List<ReportInstance>>TypeReferences.REPORT_INSTANCE_LIST_TYPE -
Uses of ReportInstance in org.apache.camel.component.salesforce.internal.client
Methods in org.apache.camel.component.salesforce.internal.client with parameters of type ReportInstanceModifier and TypeMethodDescriptionvoidAnalyticsApiClient.ReportInstanceResponseCallback.onResponse(ReportInstance reportInstance, Map<String, String> headers, SalesforceException ex) Method parameters in org.apache.camel.component.salesforce.internal.client with type arguments of type ReportInstanceModifier and TypeMethodDescriptionvoidAnalyticsApiClient.ReportInstanceListResponseCallback.onResponse(List<ReportInstance> reportInstances, Map<String, String> headers, SalesforceException ex)