Uses of Enum
com.sforce.async.ConcurrencyMode
Packages that use ConcurrencyMode
-
Uses of ConcurrencyMode in com.sforce.async
Methods in com.sforce.async that return ConcurrencyModeModifier and TypeMethodDescriptionJobInfo.getConcurrencyMode()static ConcurrencyModeReturns the enum constant of this type with the specified name.static ConcurrencyMode[]ConcurrencyMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.async with parameters of type ConcurrencyModeModifier and TypeMethodDescriptionJobInfo.Builder.concurrencyMode(ConcurrencyMode concurrencyMode) voidJobInfo.setConcurrencyMode(ConcurrencyMode concurrencyMode) -
Uses of ConcurrencyMode in com.sforce.bulk
Methods in com.sforce.bulk with parameters of type ConcurrencyModeModifier and TypeMethodDescriptionvoidUpdateStream.start(String object, OperationEnum operation, ConcurrencyMode concurrencyMode, String[] fieldNames)