Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
PivotHeaderEntry |
PivotHeaderEntry.clone() |
PivotHeaderEntry |
PivotHeaderEntry.set(String fieldName,
Object value) |
PivotHeaderEntry |
PivotHeaderEntry.setDimensionNames(List<String> dimensionNames)
The name of the dimensions in the pivot response.
|
PivotHeaderEntry |
PivotHeaderEntry.setDimensionValues(List<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 |
---|---|
List<PivotHeaderEntry> |
PivotHeader.getPivotHeaderEntries()
A single pivot section header.
|
Modifier and Type | Method and Description |
---|---|
PivotHeader |
PivotHeader.setPivotHeaderEntries(List<PivotHeaderEntry> pivotHeaderEntries)
A single pivot section header.
|
Copyright © 2011–2022 Google. All rights reserved.