All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.ads.dfp.axis.v201508.ReconciliationLineItemReportServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version
/**
 * ReconciliationLineItemReportServiceInterface.java
 *
 * This file was auto-generated from WSDL
 * by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
 */

package com.google.api.ads.dfp.axis.v201508;

public interface ReconciliationLineItemReportServiceInterface extends java.rmi.Remote {

    /**
     * Gets a {@link ReconciliationLineItemReportPage} of {@link ReconciliationLineItemReport}
     * objects that satisfy the given {@link Statement#query}.
     *         The following fields are supported for filtering:
     *         
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     * 
     *         
PQL Property Object Property
{@code id}{@link ReconciliationLineItemReport#id}
{@code reconciliationReportId}{@link ReconciliationLineItemReport#reconciliationReportId}
{@code orderId}{@link ReconciliationLineItemReport#orderId}
{@code proposalId}{@link ReconciliationLineItemReport#proposalId}
{@code lineItemId}{@link ReconciliationLineItemReport#lineItemId}
{@code proposalLineItemId}{@link ReconciliationLineItemReport#proposalLineItemId}
* * * @param filterStatement a Publisher Query Language statement used to * filter the result * * @return the {@link ReconciliationLineItemReport} objects that match * the given filter */ public com.google.api.ads.dfp.axis.v201508.ReconciliationLineItemReportPage getReconciliationLineItemReportsByStatement(com.google.api.ads.dfp.axis.v201508.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException; /** * Updates a list of {@link ReconciliationLineItemReport} objects * which belong to same * {@link ReconciliationReport}. * * * @param reconciliationLineItemReports a list of * {@link ReconciliationLineItemReport reconciliation line item * reports} to update * * @return the updated {@link ReconciliationLineItemReport} objects */ public com.google.api.ads.dfp.axis.v201508.ReconciliationLineItemReport[] updateReconciliationLineItemReports(com.google.api.ads.dfp.axis.v201508.ReconciliationLineItemReport[] reconciliationLineItemReports) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy