public class BatchRequest
extends java.lang.Object
| Constructor and Description |
|---|
BatchRequest(Transport transport,
java.io.OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSObject(SObject object) |
void |
addSObjects(SObject[] objects) |
BatchInfo |
completeRequest() |
public BatchRequest(Transport transport, java.io.OutputStream out) throws java.io.IOException
java.io.IOExceptionpublic void addSObject(SObject object) throws AsyncApiException
AsyncApiExceptionpublic void addSObjects(SObject[] objects) throws AsyncApiException
AsyncApiExceptionpublic BatchInfo completeRequest() throws AsyncApiException
AsyncApiExceptionCopyright © 2020. All Rights Reserved.