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