
com.google.api.ads.dfp.axis.v201602.RateCardServiceInterface Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dfp-axis Show documentation
Show all versions of dfp-axis Show documentation
Ad Manager specific Axis components.
/**
* RateCardServiceInterface.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.v201602;
public interface RateCardServiceInterface extends java.rmi.Remote {
/**
* Creates a list of {@link RateCard} objects. Rate cards must
* be activated
* before being associated with proposal line items and products.
*
*
* @param rateCards the rate cards to be created
*
* @return the created rate cards.
*/
public com.google.api.ads.dfp.axis.v201602.RateCard[] createRateCards(com.google.api.ads.dfp.axis.v201602.RateCard[] rateCards) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
/**
* Gets a {@link RateCardPage} of {@link RateCard} objects that
* satisfy the given
* {@link Statement#query}. The following fields are supported
* for filtering:
*
* PQL property Entity property Id
{@link
* RateCard#id} LastModifiedDateTime
{@link
* RateCard#lastModifiedDateTime} Name
{@link
* RateCard#name} Status
{@link
* RateCard#status}
*
* @param filterStatement a Publisher Query Language statement to filter
* a list of rate cards.
*
* @return the rate cards that match the filter
*/
public com.google.api.ads.dfp.axis.v201602.RateCardPage getRateCardsByStatement(com.google.api.ads.dfp.axis.v201602.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
/**
* Performs action on {@link RateCard} objects that satisfy the
* given {@link Statement#query}.
*
*
* @param rateCardAction the action to perform
*
* @param filterStatement a Publisher Query Language statement used to
* filter
* a set of rate cards.
*
* @return the result of the action performed
*/
public com.google.api.ads.dfp.axis.v201602.UpdateResult performRateCardAction(com.google.api.ads.dfp.axis.v201602.RateCardAction rateCardAction, com.google.api.ads.dfp.axis.v201602.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
/**
* Updates a list of {@link RateCard} objects.
*
*
* @param rateCards the rate cards to be updated
*
* @return the updated rate cards
*/
public com.google.api.ads.dfp.axis.v201602.RateCard[] updateRateCards(com.google.api.ads.dfp.axis.v201602.RateCard[] rateCards) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201602.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy