| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202108 |
| Modifier and Type | Method and Description |
|---|---|
SavedQuery[] |
SavedQueryPage.getResults()
Gets the results value for this SavedQueryPage.
|
SavedQuery |
SavedQueryPage.getResults(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SavedQuery> |
SavedQueryPage.iterator()
Returns an iterator over this page's
results that:
Will not be null.
Will not support Iterator.remove().
|
| Modifier and Type | Method and Description |
|---|---|
void |
SavedQueryPage.setResults(int i,
SavedQuery _value) |
void |
SavedQueryPage.setResults(SavedQuery[] results)
Sets the results value for this SavedQueryPage.
|
| Constructor and Description |
|---|
SavedQueryPage(Integer totalResultSetSize,
Integer startIndex,
SavedQuery[] results) |
Copyright © 2021. All rights reserved.