Uses of Enum Class
org.apache.camel.component.salesforce.api.dto.bulkv2.JobStateEnum
Packages that use JobStateEnum
Package
Description
-
Uses of JobStateEnum in org.apache.camel.component.salesforce.api.dto.bulkv2
Fields in org.apache.camel.component.salesforce.api.dto.bulkv2 declared as JobStateEnumMethods in org.apache.camel.component.salesforce.api.dto.bulkv2 that return JobStateEnumModifier and TypeMethodDescriptionstatic JobStateEnumJobBase.getState()static JobStateEnumReturns the enum constant of this class with the specified name.static JobStateEnum[]JobStateEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.salesforce.api.dto.bulkv2 with parameters of type JobStateEnum -
Uses of JobStateEnum in org.apache.camel.component.salesforce.internal.client
Methods in org.apache.camel.component.salesforce.internal.client with parameters of type JobStateEnumModifier and TypeMethodDescriptionvoidBulkApiV2Client.changeJobState(String jobId, JobStateEnum state, Map<String, List<String>> headers, BulkApiV2Client.JobResponseCallback callback) voidDefaultBulkApiV2Client.changeJobState(String jobId, JobStateEnum state, Map<String, List<String>> headers, BulkApiV2Client.JobResponseCallback callback) voidBulkApiV2Client.changeQueryJobState(String jobId, JobStateEnum state, Map<String, List<String>> headers, BulkApiV2Client.QueryJobResponseCallback callback) voidDefaultBulkApiV2Client.changeQueryJobState(String jobId, JobStateEnum state, Map<String, List<String>> headers, BulkApiV2Client.QueryJobResponseCallback callback)