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.v201711.Contact> contactsToCreate) |
protected com.google.api.ads.dfp.axis.v201711.ContactServiceInterface |
createContactService(com.google.api.ads.dfp.lib.client.DfpSession session) |
List<com.google.api.ads.dfp.axis.v201711.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.v201711.Contact> contactsToUpdate) |
protected com.google.api.ads.dfp.axis.v201711.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.v201711.Contact> contactsToCreate) throws DfpApiException, DfpCommunicationException
public List<Long> updateContacts(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201711.Contact> contactsToUpdate) throws DfpApiException, DfpCommunicationException
public List<com.google.api.ads.dfp.axis.v201711.Contact> getContacts(com.google.api.ads.dfp.lib.client.DfpSession session, String queryString, Map<String,Object> queryParams, String queryOrder, Integer queryOffset) throws DfpApiException, DfpCommunicationException
Copyright © 2010–2018. All rights reserved.