public interface ContactServiceInterface
Contact objects.
This class was generated by the JAX-WS RI.
JAX-WS RI 2.2.9-b130926.1035
Generated source version: 2.1| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
createContacts(List<Contact> contacts)
Creates new
Contact objects. |
ContactPage |
getContactsByStatement(Statement statement)
|
List<Contact> |
updateContacts(List<Contact> contacts)
Updates the specified
Contact objects. |
@RequestWrapper(localName="createContacts", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContactServiceInterfacecreateContacts") @ResponseWrapper(localName="createContactsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContactServiceInterfacecreateContactsResponse") List<Contact> createContacts(List<Contact> contacts) throws ApiException_Exception
Contact objects.contacts - the contacts to createcontacts - ApiException_Exception@RequestWrapper(localName="getContactsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContactServiceInterfacegetContactsByStatement") @ResponseWrapper(localName="getContactsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContactServiceInterfacegetContactsByStatementResponse") ContactPage getContactsByStatement(Statement statement) throws ApiException_Exception
ContactPage of Contact objects that satisfy the given
Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
name |
Contact.name |
email |
Contact.email |
id |
Contact.id |
comment |
Contact.comment |
companyId |
Contact.companyId |
title |
Contact.title |
cellPhone |
Contact.cellPhone |
workPhone |
Contact.workPhone |
faxPhone |
Contact.faxPhone |
status |
Contact.status |
filterStatement - a Publisher Query Language statement used to filter
a set of contactsstatement - ApiException_Exception@RequestWrapper(localName="updateContacts", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContactServiceInterfaceupdateContacts") @ResponseWrapper(localName="updateContactsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201708", className="com.google.api.ads.dfp.jaxws.v201708.ContactServiceInterfaceupdateContactsResponse") List<Contact> updateContacts(List<Contact> contacts) throws ApiException_Exception
Contact objects.contacts - the contacts to updatecontacts - ApiException_ExceptionCopyright © 2018. All Rights Reserved.