com.sforce.bulk
Class UpdateResult

java.lang.Object
  extended by com.sforce.bulk.UpdateResult

public class UpdateResult
extends Object

This class represents

User: mcheenath Date: Dec 15, 2010


Constructor Summary
UpdateResult(String id, boolean success, boolean created, String error)
           
 
Method Summary
 String getError()
           
 String getId()
           
 boolean isCreated()
           
 boolean isSuccess()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateResult

public UpdateResult(String id,
                    boolean success,
                    boolean created,
                    String error)
Method Detail

getId

public String getId()

isSuccess

public boolean isSuccess()

isCreated

public boolean isCreated()

getError

public String getError()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.