Uses of Interface
org.apache.camel.component.salesforce.internal.client.BulkApiClient.QueryResultIdsCallback
-
Packages that use BulkApiClient.QueryResultIdsCallback Package Description org.apache.camel.component.salesforce.internal.client -
-
Uses of BulkApiClient.QueryResultIdsCallback in org.apache.camel.component.salesforce.internal.client
Methods in org.apache.camel.component.salesforce.internal.client with parameters of type BulkApiClient.QueryResultIdsCallback Modifier and Type Method Description void
BulkApiClient. getQueryResultIds(String jobId, String batchId, Map<String,List<String>> header, BulkApiClient.QueryResultIdsCallback callback)
void
DefaultBulkApiClient. getQueryResultIds(String jobId, String batchId, Map<String,List<String>> headers, BulkApiClient.QueryResultIdsCallback callback)
-