|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
static StatusCode |
StatusCode.fromString(java.lang.String value)
|
static StatusCode |
StatusCode.fromValue(java.lang.String value)
|
StatusCode |
Error.getStatusCode()
Gets the statusCode value for this Error. |
StatusCode |
SendEmailError.getStatusCode()
Gets the statusCode value for this SendEmailError. |
| Methods in com.sforce.soap.partner with parameters of type StatusCode | |
|---|---|
void |
Error.setStatusCode(StatusCode statusCode)
Sets the statusCode value for this Error. |
void |
SendEmailError.setStatusCode(StatusCode statusCode)
Sets the statusCode value for this SendEmailError. |
| Constructors in com.sforce.soap.partner with parameters of type StatusCode | |
|---|---|
Error(java.lang.String[] fields,
java.lang.String message,
StatusCode statusCode)
|
|
SendEmailError(java.lang.String[] fields,
java.lang.String message,
StatusCode statusCode,
java.lang.String targetObjectId)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||