| Package | Description |
|---|---|
| com.google.api.ads.admanager.axis.v201711 |
| Modifier and Type | Method and Description |
|---|---|
Contact[] |
ContactServiceSoapBindingStub.createContacts(Contact[] contacts) |
Contact[] |
ContactServiceInterface.createContacts(Contact[] contacts)
Creates new
Contact objects. |
Contact[] |
ContactPage.getResults()
Gets the results value for this ContactPage.
|
Contact |
ContactPage.getResults(int i) |
Contact[] |
ContactServiceSoapBindingStub.updateContacts(Contact[] contacts) |
Contact[] |
ContactServiceInterface.updateContacts(Contact[] contacts)
Updates the specified
Contact objects. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Contact> |
ContactPage.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 |
|---|---|
Contact[] |
ContactServiceSoapBindingStub.createContacts(Contact[] contacts) |
Contact[] |
ContactServiceInterface.createContacts(Contact[] contacts)
Creates new
Contact objects. |
void |
ContactPage.setResults(Contact[] results)
Sets the results value for this ContactPage.
|
void |
ContactPage.setResults(int i,
Contact _value) |
Contact[] |
ContactServiceSoapBindingStub.updateContacts(Contact[] contacts) |
Contact[] |
ContactServiceInterface.updateContacts(Contact[] contacts)
Updates the specified
Contact objects. |
| Constructor and Description |
|---|
ContactPage(Integer totalResultSetSize,
Integer startIndex,
Contact[] results) |
Copyright © 2018. All Rights Reserved.