Uses of Enum Class
org.apache.camel.component.salesforce.api.dto.bulk.OperationEnum
Packages that use OperationEnum
-
Uses of OperationEnum in org.apache.camel.component.salesforce.api.dto.bulk
Fields in org.apache.camel.component.salesforce.api.dto.bulk declared as OperationEnumMethods in org.apache.camel.component.salesforce.api.dto.bulk that return OperationEnumModifier and TypeMethodDescriptionstatic OperationEnumJobInfo.getOperation()Gets the value of the operation property.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.bulk with parameters of type OperationEnumModifier and TypeMethodDescriptionvoidJobInfo.setOperation(OperationEnum value) Sets the value of the operation property.