public interface ExchangeRateServiceInterface
ExchangeRate objects.
This class was generated by the JAX-WS RI.
JAX-WS RI 2.2.9-b130926.1035
Generated source version: 2.1| Modifier and Type | Method and Description |
|---|---|
List<ExchangeRate> |
createExchangeRates(List<ExchangeRate> exchangeRates)
Creates new
ExchangeRate objects. |
ExchangeRatePage |
getExchangeRatesByStatement(Statement filterStatement)
|
UpdateResult |
performExchangeRateAction(ExchangeRateAction exchangeRateAction,
Statement filterStatement)
Performs an action on
ExchangeRate objects that satisfy the given
Statement.query. |
List<ExchangeRate> |
updateExchangeRates(List<ExchangeRate> exchangeRates)
Updates the specified
ExchangeRate objects. |
@RequestWrapper(localName="createExchangeRates", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.ExchangeRateServiceInterfacecreateExchangeRates") @ResponseWrapper(localName="createExchangeRatesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.ExchangeRateServiceInterfacecreateExchangeRatesResponse") List<ExchangeRate> createExchangeRates(List<ExchangeRate> exchangeRates) throws ApiException_Exception
ExchangeRate objects.
For each exchange rate, the following fields are required:
exchangeRates - the exchange rates to createexchangeRates - ApiException_Exception@RequestWrapper(localName="getExchangeRatesByStatement", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.ExchangeRateServiceInterfacegetExchangeRatesByStatement") @ResponseWrapper(localName="getExchangeRatesByStatementResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.ExchangeRateServiceInterfacegetExchangeRatesByStatementResponse") ExchangeRatePage getExchangeRatesByStatement(Statement filterStatement) throws ApiException_Exception
ExchangeRatePage of ExchangeRate objects that satisfy the given
Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
ExchangeRate.id |
currencyCode |
ExchangeRate.currencyCode |
refreshRate |
ExchangeRate.refreshRate |
direction |
ExchangeRate.direction |
exchangeRate |
ExchangeRate.exchangeRate |
filterStatement - a Publisher Query Language statement used to filter
a set of exchange ratesfilterStatement - ApiException_Exception@RequestWrapper(localName="performExchangeRateAction", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.ExchangeRateServiceInterfaceperformExchangeRateAction") @ResponseWrapper(localName="performExchangeRateActionResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.ExchangeRateServiceInterfaceperformExchangeRateActionResponse") UpdateResult performExchangeRateAction(ExchangeRateAction exchangeRateAction, Statement filterStatement) throws ApiException_Exception
ExchangeRate objects that satisfy the given
Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
ExchangeRate.id |
currencyCode |
ExchangeRate.currencyCode |
refreshRate |
ExchangeRate.refreshRate |
direction |
ExchangeRate.direction |
exchangeRate |
ExchangeRate.exchangeRate |
exchangeRateAction - the action to performfilterStatement - a Publisher Query Language statement used to filter
a set of exchange ratesexchangeRateAction - filterStatement - ApiException_Exception@RequestWrapper(localName="updateExchangeRates", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.ExchangeRateServiceInterfaceupdateExchangeRates") @ResponseWrapper(localName="updateExchangeRatesResponse", targetNamespace="https://www.google.com/apis/ads/publisher/v201805", className="com.google.api.ads.dfp.jaxws.v201805.ExchangeRateServiceInterfaceupdateExchangeRatesResponse") List<ExchangeRate> updateExchangeRates(List<ExchangeRate> exchangeRates) throws ApiException_Exception
ExchangeRate objects.exchangeRates - the exchange rates to updateexchangeRates - ApiException_ExceptionCopyright © 2018. All Rights Reserved.