Uses of Enum Class
org.apache.camel.component.salesforce.api.dto.bulkv2.OperationEnum
Packages that use OperationEnum
-
Uses of OperationEnum in org.apache.camel.component.salesforce.api.dto.bulkv2
Methods in org.apache.camel.component.salesforce.api.dto.bulkv2 that return OperationEnumModifier and TypeMethodDescriptionstatic OperationEnumJob.getOperation()QueryJob.getOperation()static OperationEnumReturns the enum constant of this class with the specified name.static OperationEnum[]OperationEnum.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 OperationEnumModifier and TypeMethodDescriptionvoidJob.setOperation(OperationEnum operation) voidQueryJob.setOperation(OperationEnum operation)