Uses of Class
com.sforce.async.StatusCode

Packages that use StatusCode
com.sforce.async   
 

Uses of StatusCode in com.sforce.async
 

Methods in com.sforce.async that return StatusCode
 StatusCode Error.getStatusCode()
           
static StatusCode StatusCode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatusCode[] StatusCode.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 StatusCode
 void Error.setStatusCode(StatusCode statusCode)
           
 



Copyright © 2014. All Rights Reserved.