Uses of Class
com.sforce.soap.partner.StatusCode

Packages that use StatusCode
com.sforce.soap.partner   
 

Uses of StatusCode in com.sforce.soap.partner
 

Methods in com.sforce.soap.partner that return StatusCode
 StatusCode SendEmailError.getStatusCode()
           
 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.soap.partner with parameters of type StatusCode
 void SendEmailError.setStatusCode(StatusCode statusCode)
           
 void Error.setStatusCode(StatusCode statusCode)
           
 



Copyright © 2012. All Rights Reserved.