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