Uses of Class
com.sforce.async.ConcurrencyMode
-
Packages that use ConcurrencyMode Package Description com.sforce.async com.sforce.bulk -
-
Uses of ConcurrencyMode in com.sforce.async
Methods in com.sforce.async that return ConcurrencyMode Modifier and Type Method Description ConcurrencyModeJobInfo. getConcurrencyMode()static ConcurrencyModeConcurrencyMode. valueOf(java.lang.String name)Returns 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 ConcurrencyMode Modifier and Type Method Description JobInfo.BuilderJobInfo.Builder. concurrencyMode(ConcurrencyMode concurrencyMode)voidJobInfo. setConcurrencyMode(ConcurrencyMode concurrencyMode) -
Uses of ConcurrencyMode in com.sforce.bulk
Methods in com.sforce.bulk with parameters of type ConcurrencyMode Modifier and Type Method Description voidUpdateStream. start(java.lang.String object, OperationEnum operation, ConcurrencyMode concurrencyMode, java.lang.String[] fieldNames)
-