| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201905 |
| Modifier and Type | Method and Description |
|---|---|
Product[] |
ProductPage.getResults()
Gets the results value for this ProductPage.
|
Product |
ProductPage.getResults(int i) |
Product[] |
ProductServiceInterface.updateProducts(Product[] products)
Updates the specified
Product objects. |
Product[] |
ProductServiceSoapBindingStub.updateProducts(Product[] products) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Product> |
ProductPage.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 |
ProductPage.setResults(int i,
Product _value) |
void |
ProductPage.setResults(Product[] results)
Sets the results value for this ProductPage.
|
Product[] |
ProductServiceInterface.updateProducts(Product[] products)
Updates the specified
Product objects. |
Product[] |
ProductServiceSoapBindingStub.updateProducts(Product[] products) |
| Constructor and Description |
|---|
ProductPage(Integer totalResultSetSize,
Integer startIndex,
Product[] results) |
Copyright © 2019. All rights reserved.