com.sforce.rest
Class SObjectResult
java.lang.Object
com.sforce.rest.SObjectResult
public class SObjectResult
- extends Object
This is the response from the server when you perform an create, update, delete operation on a single record.
- Since:
- 172
- Author:
- gwester
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SObjectResult
public SObjectResult()
getId
public String getId()
setId
public void setId(String id)
getSuccess
public Boolean getSuccess()
setSuccess
public void setSuccess(Boolean success)
getErrors
public Set<String> getErrors()
setErrors
public void setErrors(Set<String> errors)
getErrorsFormatted
public String getErrorsFormatted()
Copyright © 2012. All Rights Reserved.