public class CsvBatchRequest extends Object
| Constructor and Description |
|---|
CsvBatchRequest(Transport transport,
OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
void |
addHeader(String[] columns) |
void |
addRow(String[] columns) |
BatchInfo |
completeRequest() |
public CsvBatchRequest(Transport transport, OutputStream out) throws IOException
IOExceptionpublic void addHeader(String[] columns) throws AsyncApiException
AsyncApiExceptionpublic void addRow(String[] columns) throws AsyncApiException
AsyncApiExceptionpublic BatchInfo completeRequest() throws AsyncApiException
AsyncApiExceptionCopyright © 2020. All rights reserved.