Uses of Interface
org.apache.camel.component.salesforce.internal.client.BulkApiV2Client.ResponseCallback
Packages that use BulkApiV2Client.ResponseCallback
-
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.ResponseCallbackModifier and TypeMethodDescriptionvoidBulkApiV2Client.createBatch(InputStream batchStream, String jobId, Map<String, List<String>> headers, BulkApiV2Client.ResponseCallback callback) voidDefaultBulkApiV2Client.createBatch(InputStream batchStream, String jobId, Map<String, List<String>> headers, BulkApiV2Client.ResponseCallback callback) voidBulkApiV2Client.deleteJob(String jobId, Map<String, List<String>> headers, BulkApiV2Client.ResponseCallback callback) voidDefaultBulkApiV2Client.deleteJob(String jobId, Map<String, List<String>> headers, BulkApiV2Client.ResponseCallback callback) voidBulkApiV2Client.deleteQueryJob(String jobId, Map<String, List<String>> headers, BulkApiV2Client.ResponseCallback callback) voidDefaultBulkApiV2Client.deleteQueryJob(String jobId, Map<String, List<String>> headers, BulkApiV2Client.ResponseCallback callback)