Uses of Class
com.sforce.async.BatchStateEnum
-
Packages that use BatchStateEnum Package Description com.sforce.async -
-
Uses of BatchStateEnum in com.sforce.async
Methods in com.sforce.async that return BatchStateEnum Modifier and Type Method Description BatchStateEnumBatchInfo. getState()static BatchStateEnumBatchStateEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchStateEnum[]BatchStateEnum. 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 BatchStateEnum Modifier and Type Method Description voidBatchInfo. setState(BatchStateEnum state)
-