public interface CompanyServiceInterface
Company 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<Company> |
createCompanies(List<Company> companies)
Creates new
Company objects. |
CompanyPage |
getCompaniesByStatement(Statement filterStatement)
|
List<Company> |
updateCompanies(List<Company> companies)
Updates the specified
Company objects. |
@RequestWrapper(localName="createCompanies", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CompanyServiceInterfacecreateCompanies") @ResponseWrapper(localName="createCompaniesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CompanyServiceInterfacecreateCompaniesResponse") List<Company> createCompanies(List<Company> companies) throws ApiException_Exception
Company objects.companies - the companies to createcompanies - ApiException_Exception@RequestWrapper(localName="getCompaniesByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CompanyServiceInterfacegetCompaniesByStatement") @ResponseWrapper(localName="getCompaniesByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CompanyServiceInterfacegetCompaniesByStatementResponse") CompanyPage getCompaniesByStatement(Statement filterStatement) throws ApiException_Exception
CompanyPage of Company objects that satisfy the
given Statement.query. The following fields are supported for
filtering:
| PQL Property | Object Property |
|---|---|
id |
Company.id |
name |
Company.name |
type |
Company.type |
lastModifiedDateTime |
Company.lastModifiedDateTime |
filterStatement - a Publisher Query Language statement used to filter
a set of companiesfilterStatement - ApiException_Exception@RequestWrapper(localName="updateCompanies", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CompanyServiceInterfaceupdateCompanies") @ResponseWrapper(localName="updateCompaniesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.CompanyServiceInterfaceupdateCompaniesResponse") List<Company> updateCompanies(List<Company> companies) throws ApiException_Exception
Company objects.companies - the companies to updatecompanies - ApiException_ExceptionCopyright © 2018. All Rights Reserved.