Package | Description |
---|---|
com.sforce.soap.partner |
Modifier and Type | Method and Description |
---|---|
Error[] |
DeleteResult.getErrors()
Gets the errors value for this DeleteResult.
|
Error[] |
SaveResult.getErrors()
Gets the errors value for this SaveResult.
|
Error[] |
LeadConvertResult.getErrors()
Gets the errors value for this LeadConvertResult.
|
Error[] |
UndeleteResult.getErrors()
Gets the errors value for this UndeleteResult.
|
Error[] |
UpsertResult.getErrors()
Gets the errors value for this UpsertResult.
|
Error[] |
InvalidateSessionsResult.getErrors()
Gets the errors value for this InvalidateSessionsResult.
|
Error[] |
ProcessResult.getErrors()
Gets the errors value for this ProcessResult.
|
Error[] |
MergeResult.getErrors()
Gets the errors value for this MergeResult.
|
Error[] |
EmptyRecycleBinResult.getErrors()
Gets the errors value for this EmptyRecycleBinResult.
|
Error |
DeleteResult.getErrors(int i) |
Error |
SaveResult.getErrors(int i) |
Error |
LeadConvertResult.getErrors(int i) |
Error |
UndeleteResult.getErrors(int i) |
Error |
UpsertResult.getErrors(int i) |
Error |
InvalidateSessionsResult.getErrors(int i) |
Error |
ProcessResult.getErrors(int i) |
Error |
MergeResult.getErrors(int i) |
Error |
EmptyRecycleBinResult.getErrors(int i) |
Modifier and Type | Method and Description |
---|---|
void |
DeleteResult.setErrors(Error[] errors)
Sets the errors value for this DeleteResult.
|
void |
SaveResult.setErrors(Error[] errors)
Sets the errors value for this SaveResult.
|
void |
LeadConvertResult.setErrors(Error[] errors)
Sets the errors value for this LeadConvertResult.
|
void |
UndeleteResult.setErrors(Error[] errors)
Sets the errors value for this UndeleteResult.
|
void |
UpsertResult.setErrors(Error[] errors)
Sets the errors value for this UpsertResult.
|
void |
InvalidateSessionsResult.setErrors(Error[] errors)
Sets the errors value for this InvalidateSessionsResult.
|
void |
ProcessResult.setErrors(Error[] errors)
Sets the errors value for this ProcessResult.
|
void |
MergeResult.setErrors(Error[] errors)
Sets the errors value for this MergeResult.
|
void |
EmptyRecycleBinResult.setErrors(Error[] errors)
Sets the errors value for this EmptyRecycleBinResult.
|
void |
DeleteResult.setErrors(int i,
Error _value) |
void |
SaveResult.setErrors(int i,
Error _value) |
void |
LeadConvertResult.setErrors(int i,
Error _value) |
void |
UndeleteResult.setErrors(int i,
Error _value) |
void |
UpsertResult.setErrors(int i,
Error _value) |
void |
InvalidateSessionsResult.setErrors(int i,
Error _value) |
void |
ProcessResult.setErrors(int i,
Error _value) |
void |
MergeResult.setErrors(int i,
Error _value) |
void |
EmptyRecycleBinResult.setErrors(int i,
Error _value) |
Constructor and Description |
---|
DeleteResult(Error[] errors,
String id,
boolean success) |
EmptyRecycleBinResult(Error[] errors,
String id,
boolean success) |
InvalidateSessionsResult(Error[] errors,
boolean success) |
LeadConvertResult(String accountId,
String contactId,
Error[] errors,
String leadId,
String opportunityId,
boolean success) |
MergeResult(Error[] errors,
String id,
String[] mergedRecordIds,
boolean success,
String[] updatedRelatedIds) |
ProcessResult(String[] actorIds,
String entityId,
Error[] errors,
String instanceId,
String instanceStatus,
String[] newWorkitemIds,
boolean success) |
SaveResult(Error[] errors,
String id,
boolean success) |
UndeleteResult(Error[] errors,
String id,
boolean success) |
UpsertResult(boolean created,
Error[] errors,
String id,
boolean success) |
Copyright © 2014. All rights reserved.