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 ConcurrencyModeEnum
JobInfo. concurrencyMode
Methods in org.apache.camel.component.salesforce.api.dto.bulk that return ConcurrencyModeEnum Modifier and Type Method Description static ConcurrencyModeEnum
ConcurrencyModeEnum. fromValue(String v)
ConcurrencyModeEnum
JobInfo. getConcurrencyMode()
Gets the value of the concurrencyMode property.static ConcurrencyModeEnum
ConcurrencyModeEnum. 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 void
JobInfo. setConcurrencyMode(ConcurrencyModeEnum value)
Sets the value of the concurrencyMode property.
-