Uses of Class
org.apache.camel.component.salesforce.api.dto.bulkv2.OperationEnum
-
Packages that use OperationEnum Package Description org.apache.camel.component.salesforce.api.dto.bulkv2 -
-
Uses of OperationEnum in org.apache.camel.component.salesforce.api.dto.bulkv2
Methods in org.apache.camel.component.salesforce.api.dto.bulkv2 that return OperationEnum Modifier and Type Method Description static OperationEnumOperationEnum. fromValue(String v)OperationEnumJob. getOperation()OperationEnumQueryJob. getOperation()static OperationEnumOperationEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationEnum[]OperationEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.salesforce.api.dto.bulkv2 with parameters of type OperationEnum Modifier and Type Method Description voidJob. setOperation(OperationEnum operation)voidQueryJob. setOperation(OperationEnum operation)
-