public class ContactService extends Object
Constructor and Description |
---|
ContactService() |
Modifier and Type | Method and Description |
---|---|
List<Long> |
createContacts(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Contact> contactsToCreate) |
protected com.google.api.ads.dfp.axis.v201805.ContactServiceInterface |
createContactService(com.google.api.ads.dfp.lib.client.DfpSession session) |
List<com.google.api.ads.dfp.axis.v201805.Contact> |
getContacts(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
List<Long> |
updateContacts(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Contact> contactsToUpdate) |
protected com.google.api.ads.dfp.axis.v201805.ContactServiceInterface createContactService(com.google.api.ads.dfp.lib.client.DfpSession session)
public List<Long> createContacts(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.Contact> contactsToCreate) throws AdManagerApiException, AdManagerCommunicationException
public List<Long> updateContacts(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.Contact> contactsToUpdate) throws AdManagerApiException, AdManagerCommunicationException
public List<com.google.api.ads.dfp.axis.v201805.Contact> getContacts(com.google.api.ads.dfp.lib.client.DfpSession session, String queryString, Map<String,Object> queryParams, String queryOrder, Integer queryOffset) throws AdManagerApiException, AdManagerCommunicationException
Copyright © 2010–2019. All rights reserved.