com.sforce.async
Class CsvBatchRequest

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

public class CsvBatchRequest
extends Object

CSV batch request.

Since:
188
Author:
drobertson

Constructor Summary
CsvBatchRequest(Transport transport, OutputStream out)
           
 
Method Summary
 void addHeader(String[] columns)
           
 void addRow(String[] columns)
           
 BatchInfo completeRequest()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsvBatchRequest

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

addHeader

public void addHeader(String[] columns)
               throws AsyncApiException
Throws:
AsyncApiException

addRow

public void addRow(String[] columns)
            throws AsyncApiException
Throws:
AsyncApiException

completeRequest

public BatchInfo completeRequest()
                          throws AsyncApiException
Throws:
AsyncApiException


Copyright © 2014. All Rights Reserved.