Uses of Enum
com.sforce.async.OperationEnum
Packages that use OperationEnum
-
Uses of OperationEnum in com.sforce.async
Methods in com.sforce.async that return OperationEnumModifier and TypeMethodDescriptionJobInfo.getOperation()static OperationEnumReturns the enum constant of this type with the specified name.static OperationEnum[]OperationEnum.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 OperationEnumModifier and TypeMethodDescriptionJobInfo.Builder.operation(OperationEnum operation) voidJobInfo.setOperation(OperationEnum operation) -
Uses of OperationEnum in com.sforce.bulk
Methods in com.sforce.bulk with parameters of type OperationEnumModifier and TypeMethodDescriptionvoidUpdateStream.start(String object, OperationEnum operation, ConcurrencyMode concurrencyMode, String[] fieldNames)