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