public class PricesAndConsumptionCPIHICPClient extends AbstractClient
Client which handles prices and consumption Consumer Price Index (CPI) Harmonized Index of Consumer Prices (HICP) data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionCPIHICPClient()
Default constructor.
|
PricesAndConsumptionCPIHICPClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getHarmonizedIndexAnnualChanges()
Fetch all harmonized index annual changes data.
|
List<ResponseModel> |
getHarmonizedIndexAnnualChanges(Collection<String> months)
Fetch all harmonized index annual changes data which match the input
constraints.
|
List<ResponseModel> |
getHarmonizedIndexMonthlyChanges()
Fetch all harmonized index monthly changes data.
|
List<ResponseModel> |
getHarmonizedIndexMonthlyChanges(Collection<String> months)
Fetch all harmonized index monthly changes data which match the input
constraints.
|
List<ResponseModel> |
getHarmonizedIndexMonths()
Fetch all harmonized index months data.
|
List<ResponseModel> |
getHarmonizedIndexMonths(Collection<String> months)
Fetch all harmonized index months data which match the input constraints.
|
List<ResponseModel> |
getHarmonizedIndexYears()
Fetch all harmonized index years data.
|
List<ResponseModel> |
getHarmonizedIndexYears(Collection<Integer> years)
Fetch all harmonized index years 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 PricesAndConsumptionCPIHICPClient()
Default constructor.
public PricesAndConsumptionCPIHICPClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getHarmonizedIndexAnnualChanges()
Fetch all harmonized index annual changes data.
ResponseModel
objectsgetHarmonizedIndexAnnualChanges(Collection)public List<ResponseModel> getHarmonizedIndexAnnualChanges(Collection<String> months)
Fetch all harmonized index annual changes data which match the input constraints.
months - the monthsResponseModel
objectspublic List<ResponseModel> getHarmonizedIndexMonthlyChanges()
Fetch all harmonized index monthly changes data.
ResponseModel
objectsgetHarmonizedIndexMonthlyChanges(Collection)public List<ResponseModel> getHarmonizedIndexMonthlyChanges(Collection<String> months)
Fetch all harmonized index monthly changes data which match the input constraints.
months - the monthsResponseModel
objectspublic List<ResponseModel> getHarmonizedIndexMonths()
Fetch all harmonized index months data.
ResponseModel
objectsgetHarmonizedIndexMonths(Collection)public List<ResponseModel> getHarmonizedIndexMonths(Collection<String> months)
Fetch all harmonized index months data which match the input constraints.
months - the monthsResponseModel
objectspublic List<ResponseModel> getHarmonizedIndexYears()
Fetch all harmonized index years data.
ResponseModel
objectsgetHarmonizedIndexYears(Collection)public List<ResponseModel> getHarmonizedIndexYears(Collection<Integer> years)
Fetch all harmonized index years data which match the input constraints.
years - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.