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