Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.ConcurrencyModeEnum
-
Packages that use ConcurrencyModeEnum Package Description org.apache.camel.component.salesforce.api.dto.bulk -
-
Uses of ConcurrencyModeEnum in org.apache.camel.component.salesforce.api.dto.bulk
Fields in org.apache.camel.component.salesforce.api.dto.bulk declared as ConcurrencyModeEnum Modifier and Type Field Description protected ConcurrencyModeEnumJobInfo. concurrencyModeMethods in org.apache.camel.component.salesforce.api.dto.bulk that return ConcurrencyModeEnum Modifier and Type Method Description static ConcurrencyModeEnumConcurrencyModeEnum. fromValue(String v)ConcurrencyModeEnumJobInfo. getConcurrencyMode()Gets the value of the concurrencyMode property.static ConcurrencyModeEnumConcurrencyModeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ConcurrencyModeEnum[]ConcurrencyModeEnum. 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 ConcurrencyModeEnum Modifier and Type Method Description voidJobInfo. setConcurrencyMode(ConcurrencyModeEnum value)Sets the value of the concurrencyMode property.
-