Package | Description |
---|---|
com.google.api.services.alertcenter.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
Csv |
Csv.clone() |
Csv |
Attachment.getCsv()
A CSV file attachment.
|
Csv |
Csv.set(String fieldName,
Object value) |
Csv |
Csv.setDataRows(List<CsvRow> dataRows)
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated
string.
|
Csv |
Csv.setHeaders(List<String> headers)
The list of headers for data columns in a CSV file.
|
Modifier and Type | Method and Description |
---|---|
Attachment |
Attachment.setCsv(Csv csv)
A CSV file attachment.
|
Copyright © 2011–2024 Google. All rights reserved.