| java.lang.Object |
| ↳ |
com.sforce.rest.SObjectResult |
Class Overview
This is the response from the server when you perform an create, update, delete operation on a single record.
Summary
| Fields |
|
private
Set<String> |
errors |
|
|
private
String |
id |
|
|
private
Boolean |
success |
|
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
Set<String>
errors
Public Constructors
Public Methods
public
Set<String>
getErrors
()
public
String
getErrorsFormatted
()
public
Boolean
getSuccess
()
public
void
setErrors
(Set<String> errors)
public
void
setId
(String id)
public
void
setSuccess
(Boolean success)