Uses of Enum Class
org.apache.camel.component.salesforce.api.dto.bulk.ConcurrencyModeEnum
Packages that use ConcurrencyModeEnum
-
Uses of ConcurrencyModeEnum in org.apache.camel.component.salesforce.api.dto.bulk
Fields in org.apache.camel.component.salesforce.api.dto.bulk declared as ConcurrencyModeEnumMethods in org.apache.camel.component.salesforce.api.dto.bulk that return ConcurrencyModeEnumModifier and TypeMethodDescriptionstatic ConcurrencyModeEnumJobInfo.getConcurrencyMode()Gets the value of the concurrencyMode property.static ConcurrencyModeEnumReturns the enum constant of this class with the specified name.static ConcurrencyModeEnum[]ConcurrencyModeEnum.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 ConcurrencyModeEnumModifier and TypeMethodDescriptionvoidJobInfo.setConcurrencyMode(ConcurrencyModeEnum value) Sets the value of the concurrencyMode property.