Class SObjectBatchResponse

java.lang.Object
org.apache.camel.component.salesforce.api.dto.composite.SObjectBatchResponse
All Implemented Interfaces:
Serializable

public final class SObjectBatchResponse extends Object implements Serializable
The response of the batch request it contains individual results of each request submitted in a batch at the same index. The flag hasErrors() indicates if any of the requests in the batch has failed with status 400 or 500.
See Also: