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

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

There is a newer version: 5.8.0
Show newest version
/**
 * PremiumRateServiceInterface.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 PremiumRateServiceInterface extends java.rmi.Remote {

    /**
     * Creates a list of new {@link PremiumRate} objects.
     *         
     *         
     * @param premiumRates the premium rates to be created
     *         
     * @return the premium rates with their IDs filled in
     */
    public com.google.api.ads.dfp.axis.v201505.PremiumRate[] createPremiumRates(com.google.api.ads.dfp.axis.v201505.PremiumRate[] premiumRates) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201505.ApiException;

    /**
     * Gets a {@link PremiumRatePage} of {@link PremiumRate} objects
     * that
     *         satisfy the given {@link Statement#query}. The following fields
     * are
     *         supported for filtering:
     *         
     *         
     *         
     *         
     * 
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
     *         
PQL Property Object Property
{@code id}{@link PremiumRate#id}
{@code rateCardId}{@link PremiumRate#rateCardId}
{@code pricingMethod}{@link PremiumRate#pricingMethod}
* * * @param filterStatement a Publisher Query Language statement to filter * a * list of premium rates. * * @return the premium rates that match the filter */ public com.google.api.ads.dfp.axis.v201505.PremiumRatePage getPremiumRatesByStatement(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 PremiumRate} objects. * * * @param premiumRates the premium rates to be updated * * @return the updated premium rates */ public com.google.api.ads.dfp.axis.v201505.PremiumRate[] updatePremiumRates(com.google.api.ads.dfp.axis.v201505.PremiumRate[] premiumRates) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201505.ApiException; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy