| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v202105 |
| Modifier and Type | Method and Description |
|---|---|
Site[] |
SiteServiceSoapBindingStub.createSites(Site[] sites) |
Site[] |
SiteServiceInterface.createSites(Site[] sites)
Creates new
Site objects. |
Site[] |
SitePage.getResults()
Gets the results value for this SitePage.
|
Site |
SitePage.getResults(int i) |
Site[] |
SiteServiceSoapBindingStub.updateSites(Site[] sites) |
Site[] |
SiteServiceInterface.updateSites(Site[] sites)
Updates the specified
Site objects. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Site> |
SitePage.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 |
|---|---|
Site[] |
SiteServiceSoapBindingStub.createSites(Site[] sites) |
Site[] |
SiteServiceInterface.createSites(Site[] sites)
Creates new
Site objects. |
void |
SitePage.setResults(int i,
Site _value) |
void |
SitePage.setResults(Site[] results)
Sets the results value for this SitePage.
|
Site[] |
SiteServiceSoapBindingStub.updateSites(Site[] sites) |
Site[] |
SiteServiceInterface.updateSites(Site[] sites)
Updates the specified
Site objects. |
| Constructor and Description |
|---|
SitePage(Integer totalResultSetSize,
Integer startIndex,
Site[] results) |
Copyright © 2022. All rights reserved.