com.sforce.async
Class CsvBatchRequest
java.lang.Object
com.sforce.async.CsvBatchRequest
public class CsvBatchRequest
- extends Object
CSV batch request.
- Since:
- 188
- Author:
- drobertson
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CsvBatchRequest
public CsvBatchRequest(Transport transport,
OutputStream out)
throws IOException
- Throws:
IOException
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.