com.sforce.async
Class BatchRequest

java.lang.Object
  extended by com.sforce.async.BatchRequest

public class BatchRequest
extends Object

BatchRequest

Since:
160
Author:
mcheenath

Constructor Summary
BatchRequest(Transport transport, OutputStream out)
           
 
Method Summary
 void addSObject(SObject object)
           
 void addSObjects(SObject[] objects)
           
 BatchInfo completeRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchRequest

public BatchRequest(Transport transport,
                    OutputStream out)
             throws IOException
Throws:
IOException
Method Detail

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 © 2014. All Rights Reserved.