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