Package com.sforce.async
Class CsvBatchRequest
- java.lang.Object
-
- com.sforce.async.CsvBatchRequest
-
public class CsvBatchRequest extends Object
CSV batch request.- Since:
- 188
- Author:
- drobertson
-
-
Constructor Summary
Constructors Constructor Description CsvBatchRequest(Transport transport, OutputStream out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddHeader(String[] columns)voidaddRow(String[] columns)BatchInfocompleteRequest()
-
-
-
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
-
-