Uses of Class
org.apache.camel.component.salesforce.api.dto.bulkv2.Job
Packages that use Job
Package
Description
-
Uses of Job in org.apache.camel.component.salesforce.api.dto.bulkv2
Methods in org.apache.camel.component.salesforce.api.dto.bulkv2 that return types with arguments of type JobMethod parameters in org.apache.camel.component.salesforce.api.dto.bulkv2 with type arguments of type Job -
Uses of Job in org.apache.camel.component.salesforce.internal.client
Methods in org.apache.camel.component.salesforce.internal.client with parameters of type JobModifier and TypeMethodDescriptionvoidBulkApiV2Client.createJob(Job job, Map<String, List<String>> header, BulkApiV2Client.JobResponseCallback callback) voidDefaultBulkApiV2Client.createJob(Job job, Map<String, List<String>> headers, BulkApiV2Client.JobResponseCallback callback) voidBulkApiV2Client.JobResponseCallback.onResponse(Job job, Map<String, String> headers, SalesforceException ex)