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

com.google.api.ads.dfp.axis.v201505.ReconciliationReportServiceInterface Maven / Gradle / Ivy

There is a newer version: 5.8.0
Show newest version
/**
 * ReconciliationReportServiceInterface.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.v201505;

public interface ReconciliationReportServiceInterface extends java.rmi.Remote {

    /**
     * Gets an {@link ReconciliationReportPage} of {@link ReconciliationReport}
     * objects that satisfy
     *         the given {@link Statement#query}. The following fields are
     * supported for filtering.
     *         
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
PQL Property Object Property
{@code id}{@link ReconciliationReport#id}
{@code status}{@link ReconciliationReport#status}
{@code startDate}{@link ReconciliationReport#startDate}
* * * @param filterStatement a Publisher Query Language statement used to * filter a set of reconciliation reports * * @return the reconciliation reports that match the given filter */ public com.google.api.ads.dfp.axis.v201505.ReconciliationReportPage getReconciliationReportsByStatement(com.google.api.ads.dfp.axis.v201505.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201505.ApiException; /** * Updates the specified {@link ReconciliationReport} objects. * * * @param reconciliationReports the reconciliation reports to update * * @return the updated reconciliation reports * * @throws ApiException */ public com.google.api.ads.dfp.axis.v201505.ReconciliationReport[] updateReconciliationReports(com.google.api.ads.dfp.axis.v201505.ReconciliationReport[] reconciliationReports) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201505.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy