Uses of Class
com.sforce.async.OperationEnum

Packages that use OperationEnum
com.sforce.async   
 

Uses of OperationEnum in com.sforce.async
 

Methods in com.sforce.async that return OperationEnum
 OperationEnum JobInfo.getOperation()
           
static OperationEnum OperationEnum.valueOf(String name)
          Returns 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 OperationEnum
 JobInfo.Builder JobInfo.Builder.operation(OperationEnum operation)
           
 void JobInfo.setOperation(OperationEnum operation)
           
 



Copyright © 2012. All Rights Reserved.