| Package | Description |
|---|---|
| com.google.api.services.mapsengine.model |
| Modifier and Type | Method and Description |
|---|---|
TableColumn |
TableColumn.clone() |
TableColumn |
TableColumn.set(String fieldName,
Object value) |
TableColumn |
TableColumn.setName(String name)
The column name.
|
TableColumn |
TableColumn.setType(String type)
The type of data stored in this column.
|
| Modifier and Type | Method and Description |
|---|---|
List<TableColumn> |
Schema.getColumns()
An array of column objects.
|
| Modifier and Type | Method and Description |
|---|---|
Schema |
Schema.setColumns(List<TableColumn> columns)
An array of column objects.
|