com.sforce.rest
Class SObjectResult

java.lang.Object
  extended by 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

Constructor Summary
SObjectResult()
           
 
Method Summary
 Set<String> getErrors()
           
 String getErrorsFormatted()
           
 String getId()
           
 Boolean getSuccess()
           
 void setErrors(Set<String> errors)
           
 void setId(String id)
           
 void setSuccess(Boolean success)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SObjectResult

public SObjectResult()
Method Detail

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.