
com.google.api.ads.dfp.axis.v201508.ExchangeRateServiceInterface 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.
/**
* ExchangeRateServiceInterface.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 ExchangeRateServiceInterface extends java.rmi.Remote {
/**
* Creates new {@link ExchangeRate} objects.
*
* For each exchange rate, the following fields are required:
*
* - {@link ExchangeRate#currencyCode}
* - {@link ExchangeRate#exchangeRate} when {@link ExchangeRate#refreshRate}
* is
* {@link ExchangeRateRefreshRate#FIXED}
*
*
*
* @param exchangeRates the exchange rates to create
*
* @return the created exchange rates with their exchange rate values
* filled in
*/
public com.google.api.ads.dfp.axis.v201508.ExchangeRate[] createExchangeRates(com.google.api.ads.dfp.axis.v201508.ExchangeRate[] exchangeRates) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException;
/**
* Gets a {@link ExchangeRatePage} of {@link ExchangeRate} objects
* that satisfy the given
* {@link Statement#query}. The following fields are supported
* for filtering:
*
*
*
* PQL Property Object Property
*
*
* {@code id}
* {@link ExchangeRate#id}
*
*
* {@code currencyCode}
* {@link ExchangeRate#currencyCode}
*
*
* {@code refreshRate}
* {@link ExchangeRate#refreshRate}
*
*
* {@code direction}
* {@link ExchangeRate#direction}
*
*
* {@code exchangeRate}
* {@link ExchangeRate#exchangeRate}
*
*
*
*
* @param filterStatement a Publisher Query Language statement used to
* filter
* a set of exchange rates
*
* @return the exchange rates that match the given filter
*/
public com.google.api.ads.dfp.axis.v201508.ExchangeRatePage getExchangeRatesByStatement(com.google.api.ads.dfp.axis.v201508.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException;
/**
* Performs an action on {@link ExchangeRate} objects that satisfy
* the given
* {@link Statement#query}. The following fields are supported
* for filtering:
*
*
*
* PQL Property Object Property
*
*
* {@code id}
* {@link ExchangeRate#id}
*
*
* {@code currencyCode}
* {@link ExchangeRate#currencyCode}
*
*
* {@code refreshRate}
* {@link ExchangeRate#refreshRate}
*
*
* {@code direction}
* {@link ExchangeRate#direction}
*
*
* {@code exchangeRate}
* {@link ExchangeRate#exchangeRate}
*
*
*
*
* @param exchangeRateAction the action to perform
*
* @param filterStatement a Publisher Query Language statement used to
* filter
* a set of exchange rates
*
* @return the result of the action performed
*/
public com.google.api.ads.dfp.axis.v201508.UpdateResult performExchangeRateAction(com.google.api.ads.dfp.axis.v201508.ExchangeRateAction exchangeRateAction, com.google.api.ads.dfp.axis.v201508.Statement filterStatement) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException;
/**
* Updates the specified {@link ExchangeRate} objects.
*
*
* @param exchangeRates the exchange rates to update
*
* @return the updated exchange rates
*/
public com.google.api.ads.dfp.axis.v201508.ExchangeRate[] updateExchangeRates(com.google.api.ads.dfp.axis.v201508.ExchangeRate[] exchangeRates) throws java.rmi.RemoteException, com.google.api.ads.dfp.axis.v201508.ApiException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy