| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
PivotSelection |
PivotSelection.clone() |
PivotSelection |
PivotSelection.set(String fieldName,
Object value) |
PivotSelection |
PivotSelection.setDimensionName(String dimensionName)
Must be a dimension name from the request.
|
PivotSelection |
PivotSelection.setDimensionValue(String dimensionValue)
Order by only when the named dimension is this value.
|
| Modifier and Type | Method and Description |
|---|---|
List<PivotSelection> |
PivotOrderBy.getPivotSelections()
Used to select a dimension name and value pivot.
|
| Modifier and Type | Method and Description |
|---|---|
PivotOrderBy |
PivotOrderBy.setPivotSelections(List<PivotSelection> pivotSelections)
Used to select a dimension name and value pivot.
|
Copyright © 2011–2023 Google. All rights reserved.