| Package | Description |
|---|---|
| com.google.api.services.analyticsreporting.v4.model |
| Modifier and Type | Method and Description |
|---|---|
PivotHeaderEntry |
PivotHeaderEntry.clone() |
PivotHeaderEntry |
PivotHeaderEntry.set(java.lang.String fieldName,
java.lang.Object value) |
PivotHeaderEntry |
PivotHeaderEntry.setDimensionNames(java.util.List<java.lang.String> dimensionNames)
The name of the dimensions in the pivot response.
|
PivotHeaderEntry |
PivotHeaderEntry.setDimensionValues(java.util.List<java.lang.String> dimensionValues)
The values for the dimensions in the pivot.
|
PivotHeaderEntry |
PivotHeaderEntry.setMetric(MetricHeaderEntry metric)
The metric header for the metric in the pivot.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PivotHeaderEntry> |
PivotHeader.getPivotHeaderEntries()
A single pivot section header.
|
| Modifier and Type | Method and Description |
|---|---|
PivotHeader |
PivotHeader.setPivotHeaderEntries(java.util.List<PivotHeaderEntry> pivotHeaderEntries)
A single pivot section header.
|