| Package | Description |
|---|---|
| com.google.api.services.doubleclicksearch.model |
| Modifier and Type | Method and Description |
|---|---|
ReportRequest.OrderBy |
ReportRequest.OrderBy.clone() |
ReportRequest.OrderBy |
ReportRequest.OrderBy.set(String fieldName,
Object value) |
ReportRequest.OrderBy |
ReportRequest.OrderBy.setColumn(ReportApiColumnSpec column)
Column to perform the sort on.
|
ReportRequest.OrderBy |
ReportRequest.OrderBy.setSortOrder(String sortOrder)
The sort direction, which is either `ascending` or `descending`.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportRequest.OrderBy> |
ReportRequest.getOrderBy()
Synchronous report only.
|
| Modifier and Type | Method and Description |
|---|---|
ReportRequest |
ReportRequest.setOrderBy(List<ReportRequest.OrderBy> orderBy)
Synchronous report only.
|
Copyright © 2011–2025 Google. All rights reserved.