com.sforce.async
Class BatchRequest
java.lang.Object
com.sforce.async.BatchRequest
public class BatchRequest
- extends Object
BatchRequest
- Since:
- 160
- Author:
- mcheenath
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchRequest
public BatchRequest(JdkHttpTransport transport,
OutputStream out)
throws IOException
- Throws:
IOException
addSObject
public void addSObject(SObject object)
throws AsyncApiException
- Throws:
AsyncApiException
addSObjects
public void addSObjects(SObject[] objects)
throws AsyncApiException
- Throws:
AsyncApiException
completeRequest
public BatchInfo completeRequest()
throws AsyncApiException
- Throws:
AsyncApiException
Copyright © 2012. All Rights Reserved.