| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202208 |
| Modifier and Type | Method and Description |
|---|---|
Content[] |
ContentPage.getResults()
Gets the results value for this ContentPage.
|
Content |
ContentPage.getResults(int i) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Content> |
ContentPage.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 |
ContentPage.setResults(Content[] results)
Sets the results value for this ContentPage.
|
void |
ContentPage.setResults(int i,
Content _value) |
| Constructor and Description |
|---|
ContentPage(Integer totalResultSetSize,
Integer startIndex,
Content[] results) |
Copyright © 2022. All rights reserved.