| Package | Description |
|---|---|
| com.google.api.services.analytics.model |
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.clone() |
Column |
Column.set(String fieldName,
Object value) |
Column |
Column.setAttributes(Map<String,String> attributes)
Map of attribute name and value for this column.
|
Column |
Column.setId(String id)
Column id.
|
Column |
Column.setKind(String kind)
Resource type for Analytics column.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Columns.getItems()
List of columns for a report type.
|
| Modifier and Type | Method and Description |
|---|---|
Columns |
Columns.setItems(List<Column> items)
List of columns for a report type.
|
Copyright © 2011–2022 Google. All rights reserved.