public interface ReconciliationLineItemReportServiceInterface
ReconciliationLineItemReport 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 |
|---|---|
ReconciliationLineItemReportPage |
getReconciliationLineItemReportsByStatement(Statement filterStatement)
Gets a
ReconciliationLineItemReportPage of ReconciliationLineItemReport
objects that satisfy the given Statement.query. |
List<ReconciliationLineItemReport> |
updateReconciliationLineItemReports(List<ReconciliationLineItemReport> reconciliationLineItemReports)
Updates a list of
ReconciliationLineItemReport objects which belong to same
ReconciliationReport. |
@RequestWrapper(localName="getReconciliationLineItemReportsByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.ReconciliationLineItemReportServiceInterfacegetReconciliationLineItemReportsByStatement") @ResponseWrapper(localName="getReconciliationLineItemReportsByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.ReconciliationLineItemReportServiceInterfacegetReconciliationLineItemReportsByStatementResponse") ReconciliationLineItemReportPage getReconciliationLineItemReportsByStatement(Statement filterStatement) throws ApiException_Exception
ReconciliationLineItemReportPage of ReconciliationLineItemReport
objects that satisfy the given Statement.query.
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
ReconciliationLineItemReport.id |
reconciliationReportId |
ReconciliationLineItemReport.reconciliationReportId |
orderId |
ReconciliationLineItemReport.orderId |
proposalId |
ReconciliationLineItemReport.proposalId |
lineItemId |
ReconciliationLineItemReport.lineItemId |
proposalLineItemId |
ReconciliationLineItemReport.proposalLineItemId |
filterStatement - a Publisher Query Language statement used to filter the resultfilterStatement - ReconciliationLineItemReport objects that match the given filterApiException_Exception@RequestWrapper(localName="updateReconciliationLineItemReports", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.ReconciliationLineItemReportServiceInterfaceupdateReconciliationLineItemReports") @ResponseWrapper(localName="updateReconciliationLineItemReportsResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201802", className="com.google.api.ads.dfp.jaxws.v201802.ReconciliationLineItemReportServiceInterfaceupdateReconciliationLineItemReportsResponse") List<ReconciliationLineItemReport> updateReconciliationLineItemReports(List<ReconciliationLineItemReport> reconciliationLineItemReports) throws ApiException_Exception
ReconciliationLineItemReport objects which belong to same
ReconciliationReport.reconciliationLineItemReports - a list of
reconciliation line item reports to updatereconciliationLineItemReports - ReconciliationLineItemReport objectsApiException_ExceptionCopyright © 2018. All Rights Reserved.