public final class SObjectBatchResponse extends Object implements Serializable
hasErrors() indicates if any of the requests in the batch has failed with status 400 or 500.| Constructor and Description |
|---|
SObjectBatchResponse(boolean hasErrors,
List<SObjectBatchResult> results) |
| Modifier and Type | Method and Description |
|---|---|
List<SObjectBatchResult> |
getResults() |
boolean |
hasErrors() |
String |
toString() |
public SObjectBatchResponse(boolean hasErrors,
List<SObjectBatchResult> results)
public List<SObjectBatchResult> getResults()
public boolean hasErrors()
Apache Camel