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