Uses of Interface
org.apache.camel.component.salesforce.internal.client.BulkApiV2Client.ResponseCallback
-
Packages that use BulkApiV2Client.ResponseCallback Package Description org.apache.camel.component.salesforce.internal.client -
-
Uses of BulkApiV2Client.ResponseCallback in org.apache.camel.component.salesforce.internal.client
Methods in org.apache.camel.component.salesforce.internal.client with parameters of type BulkApiV2Client.ResponseCallback Modifier and Type Method Description void
BulkApiV2Client. createBatch(InputStream batchStream, String jobId, Map<String,List<String>> headers, BulkApiV2Client.ResponseCallback callback)
void
DefaultBulkApiV2Client. createBatch(InputStream batchStream, String jobId, Map<String,List<String>> headers, BulkApiV2Client.ResponseCallback callback)
void
BulkApiV2Client. deleteJob(String jobId, Map<String,List<String>> headers, BulkApiV2Client.ResponseCallback callback)
void
DefaultBulkApiV2Client. deleteJob(String jobId, Map<String,List<String>> headers, BulkApiV2Client.ResponseCallback callback)
void
BulkApiV2Client. deleteQueryJob(String jobId, Map<String,List<String>> headers, BulkApiV2Client.ResponseCallback callback)
void
DefaultBulkApiV2Client. deleteQueryJob(String jobId, Map<String,List<String>> headers, BulkApiV2Client.ResponseCallback callback)
-