Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.OperationEnum
-
Packages that use OperationEnum Package Description org.apache.camel.component.salesforce.api.dto.bulk -
-
Uses of OperationEnum in org.apache.camel.component.salesforce.api.dto.bulk
Fields in org.apache.camel.component.salesforce.api.dto.bulk declared as OperationEnum Modifier and Type Field Description protected OperationEnumJobInfo. operationMethods in org.apache.camel.component.salesforce.api.dto.bulk that return OperationEnum Modifier and Type Method Description static OperationEnumOperationEnum. fromValue(String v)OperationEnumJobInfo. getOperation()Gets the value of the operation property.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.bulk with parameters of type OperationEnum Modifier and Type Method Description voidJobInfo. setOperation(OperationEnum value)Sets the value of the operation property.
-