Uses of Class
com.sforce.async.BatchStateEnum

Packages that use BatchStateEnum
com.sforce.async   
 

Uses of BatchStateEnum in com.sforce.async
 

Methods in com.sforce.async that return BatchStateEnum
 BatchStateEnum BatchInfo.getState()
           
static BatchStateEnum BatchStateEnum.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
 void BatchInfo.setState(BatchStateEnum state)
           
 



Copyright © 2014. All Rights Reserved.