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

Packages that use StatusCode
com.sforce.soap.partner   
 

Uses of StatusCode in com.sforce.soap.partner
 

Fields in com.sforce.soap.partner declared as StatusCode
protected  StatusCode SendEmailError.statusCode
           
protected  StatusCode Error.statusCode
           
 

Methods in com.sforce.soap.partner that return StatusCode
static StatusCode StatusCode.fromValue(String v)
           
 StatusCode SendEmailError.getStatusCode()
          Gets the value of the statusCode property.
 StatusCode Error.getStatusCode()
          Gets the value of the statusCode property.
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 value)
          Sets the value of the statusCode property.
 void Error.setStatusCode(StatusCode value)
          Sets the value of the statusCode property.
 



Copyright © 2012. All Rights Reserved.