| Package | Description |
|---|---|
| com.google.api.ads.dfp.axis.v201302 |
| Modifier and Type | Method and Description |
|---|---|
Contact |
ContactServiceSoapBindingStub.createContact(Contact contact) |
Contact |
ContactServiceInterface.createContact(Contact contact)
Creates a new
Contact. |
Contact[] |
ContactServiceSoapBindingStub.createContacts(Contact[] contacts) |
Contact[] |
ContactServiceInterface.createContacts(Contact[] contacts)
Creates new
Contact objects. |
Contact |
ContactServiceSoapBindingStub.getContact(Long contactId) |
Contact |
ContactServiceInterface.getContact(Long contactId)
Returns the
Contact uniquely identified by the given
ID. |
Contact[] |
ContactPage.getResults()
Gets the results value for this ContactPage.
|
Contact |
ContactPage.getResults(int i) |
Contact |
ContactServiceSoapBindingStub.updateContact(Contact contact) |
Contact |
ContactServiceInterface.updateContact(Contact contact)
Updates the specified
Contact. |
Contact[] |
ContactServiceSoapBindingStub.updateContacts(Contact[] contacts) |
Contact[] |
ContactServiceInterface.updateContacts(Contact[] contacts)
Updates the specified
Contact objects. |
| Modifier and Type | Method and Description |
|---|---|
Contact |
ContactServiceSoapBindingStub.createContact(Contact contact) |
Contact |
ContactServiceInterface.createContact(Contact contact)
Creates a new
Contact. |
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.updateContact(Contact contact) |
Contact |
ContactServiceInterface.updateContact(Contact contact)
Updates the specified
Contact. |
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 © 2013. All Rights Reserved.