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