| Package | Description |
|---|---|
| com.google.api.services.analyticsdata.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
OrderBy |
OrderBy.clone() |
OrderBy |
OrderBy.set(String fieldName,
Object value) |
OrderBy |
OrderBy.setDesc(Boolean desc)
If true, sorts by descending order.
|
OrderBy |
OrderBy.setDimension(DimensionOrderBy dimension)
Sorts results by a dimension's values.
|
OrderBy |
OrderBy.setMetric(MetricOrderBy metric)
Sorts results by a metric's values.
|
OrderBy |
OrderBy.setPivot(PivotOrderBy pivot)
Sorts results by a metric's values within a pivot column group.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderBy> |
RunRealtimeReportRequest.getOrderBys()
Specifies how rows are ordered in the response.
|
List<OrderBy> |
Pivot.getOrderBys()
Specifies how dimensions are ordered in the pivot.
|
List<OrderBy> |
RunReportRequest.getOrderBys()
Specifies how rows are ordered in the response.
|
| Modifier and Type | Method and Description |
|---|---|
RunRealtimeReportRequest |
RunRealtimeReportRequest.setOrderBys(List<OrderBy> orderBys)
Specifies how rows are ordered in the response.
|
Pivot |
Pivot.setOrderBys(List<OrderBy> orderBys)
Specifies how dimensions are ordered in the pivot.
|
RunReportRequest |
RunReportRequest.setOrderBys(List<OrderBy> orderBys)
Specifies how rows are ordered in the response.
|
Copyright © 2011–2023 Google. All rights reserved.