| Package | Description |
|---|---|
| com.google.api.services.alertcenter.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
CsvRow |
CsvRow.clone() |
CsvRow |
CsvRow.set(String fieldName,
Object value) |
CsvRow |
CsvRow.setEntries(List<String> entries)
The data entries in a CSV file row, as a string array rather than a single comma-separated
string.
|
| Modifier and Type | Method and Description |
|---|---|
List<CsvRow> |
Csv.getDataRows()
The list of data rows in a CSV file, as string arrays rather than as a single comma-separated
string.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2011–2025 Google. All rights reserved.