|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sforce.bulk.UpdateResult
public class UpdateResult
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 |
|---|
public UpdateResult(String id,
boolean success,
boolean created,
String error)
| Method Detail |
|---|
public String getId()
public boolean isSuccess()
public boolean isCreated()
public String getError()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||