public class CompanyService extends Object
Constructor and Description |
---|
CompanyService() |
Modifier and Type | Method and Description |
---|---|
List<Long> |
createCompanies(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Company> companiesToCreate) |
protected com.google.api.ads.dfp.axis.v201805.CompanyServiceInterface |
createCompanyService(com.google.api.ads.dfp.lib.client.DfpSession session) |
List<com.google.api.ads.dfp.axis.v201805.Company> |
getCompanies(com.google.api.ads.dfp.lib.client.DfpSession session,
String queryString,
Map<String,Object> queryParams,
String queryOrder,
Integer queryOffset) |
List<Long> |
updateCompanies(com.google.api.ads.dfp.lib.client.DfpSession session,
List<com.google.api.ads.dfp.axis.v201805.Company> companiesToUpdate) |
protected com.google.api.ads.dfp.axis.v201805.CompanyServiceInterface createCompanyService(com.google.api.ads.dfp.lib.client.DfpSession session)
public List<com.google.api.ads.dfp.axis.v201805.Company> getCompanies(com.google.api.ads.dfp.lib.client.DfpSession session, String queryString, Map<String,Object> queryParams, String queryOrder, Integer queryOffset) throws AdManagerApiException, AdManagerCommunicationException
public List<Long> createCompanies(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.Company> companiesToCreate) throws AdManagerApiException, AdManagerCommunicationException
public List<Long> updateCompanies(com.google.api.ads.dfp.lib.client.DfpSession session, List<com.google.api.ads.dfp.axis.v201805.Company> companiesToUpdate) throws AdManagerApiException, AdManagerCommunicationException
Copyright © 2010–2019. All rights reserved.