public interface ReconciliationReportServiceInterface
ReconciliationReport
objects.
A ReconciliationReport is a group of ReconciliationReportRow 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 |
|---|---|
ReconciliationReportPage |
getReconciliationReportsByStatement(Statement filterStatement)
Gets an
ReconciliationReportPage of ReconciliationReport objects that satisfy
the given Statement.query. |
List<ReconciliationReport> |
updateReconciliationReports(List<ReconciliationReport> reconciliationReports)
Updates the specified
ReconciliationReport objects. |
@RequestWrapper(localName="getReconciliationReportsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.ReconciliationReportServiceInterfacegetReconciliationReportsByStatement") @ResponseWrapper(localName="getReconciliationReportsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.ReconciliationReportServiceInterfacegetReconciliationReportsByStatementResponse") ReconciliationReportPage getReconciliationReportsByStatement(Statement filterStatement) throws ApiException_Exception
ReconciliationReportPage of ReconciliationReport objects that satisfy
the given Statement.query. The following fields are supported for filtering.
| PQL Property | Object Property |
|---|---|
id |
ReconciliationReport.id |
status |
ReconciliationReport.status |
startDate |
ReconciliationReport.startDate |
filterStatement - a Publisher Query Language statement used to
filter a set of reconciliation reportsfilterStatement - ApiException_Exception@RequestWrapper(localName="updateReconciliationReports", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.ReconciliationReportServiceInterfaceupdateReconciliationReports") @ResponseWrapper(localName="updateReconciliationReportsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201711", className="com.google.api.ads.dfp.jaxws.v201711.ReconciliationReportServiceInterfaceupdateReconciliationReportsResponse") List<ReconciliationReport> updateReconciliationReports(List<ReconciliationReport> reconciliationReports) throws ApiException_Exception
ReconciliationReport objects.reconciliationReports - the reconciliation reports to updatereconciliationReports - ApiExceptionApiException_ExceptionCopyright © 2018. All Rights Reserved.