public class PricesAndConsumptionPurchasingPowerParitiesClient extends AbstractClient
Client which handles prices and consumption purchasing power parities data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionPurchasingPowerParitiesClient()
Default constructor.
|
PricesAndConsumptionPurchasingPowerParitiesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getExtrapolatedPriceLevelIndices()
Fetch all extrapolated price level indices data.
|
List<ResponseModel> |
getExtrapolatedPriceLevelIndices(Collection<String> countryGroups,
Collection<Integer> years)
Fetch all extrapolated price level indices data which match the input
constraints.
|
List<ResponseModel> |
getPurchasingPowerParities()
Fetch all purchasing power parities data.
|
List<ResponseModel> |
getPurchasingPowerParities(Collection<String> countries,
Collection<String> esaClassifications,
Collection<Integer> years)
Fetch all purchasing power parities data which match the input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic PricesAndConsumptionPurchasingPowerParitiesClient()
Default constructor.
public PricesAndConsumptionPurchasingPowerParitiesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getExtrapolatedPriceLevelIndices()
Fetch all extrapolated price level indices data.
ResponseModel
objectsgetExtrapolatedPriceLevelIndices(Collection, Collection)public List<ResponseModel> getExtrapolatedPriceLevelIndices(Collection<String> countryGroups, Collection<Integer> years)
Fetch all extrapolated price level indices data which match the input constraints.
countryGroups - the country groupsyears - the yearsResponseModel
objectspublic List<ResponseModel> getPurchasingPowerParities()
Fetch all purchasing power parities data.
ResponseModel
objectsgetPurchasingPowerParities(Collection, Collection, Collection)public List<ResponseModel> getPurchasingPowerParities(Collection<String> countries, Collection<String> esaClassifications, Collection<Integer> years)
Fetch all purchasing power parities data which match the input constraints.
countries - the countriesesaClassifications - the ESA classificationsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.