public class PricesAndConsumptionCPIKPIFClient extends AbstractClient
Client which handles prices and consumption Consumer Price Index (CPI) Underlying Inflation Rate (KPIF) data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionCPIKPIFClient()
Default constructor.
|
PricesAndConsumptionCPIKPIFClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getUnderlyingInflationAnnualChanges()
Fetch all underlying inflation annual changes data.
|
List<ResponseModel> |
getUnderlyingInflationAnnualChanges(Collection<String> months)
Fetch all underlying inflation annual changes data which match the input
constraints.
|
List<ResponseModel> |
getUnderlyingInflationMonthlyChanges()
Fetch all underlying inflation monthly changes data.
|
List<ResponseModel> |
getUnderlyingInflationMonthlyChanges(Collection<String> months)
Fetch all underlying inflation monthly changes 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 PricesAndConsumptionCPIKPIFClient()
Default constructor.
public PricesAndConsumptionCPIKPIFClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getUnderlyingInflationMonthlyChanges()
Fetch all underlying inflation monthly changes data.
ResponseModel
objectsgetUnderlyingInflationMonthlyChanges(Collection)public List<ResponseModel> getUnderlyingInflationMonthlyChanges(Collection<String> months)
Fetch all underlying inflation monthly changes data which match the input constraints.
months - the monthsResponseModel
objectspublic List<ResponseModel> getUnderlyingInflationAnnualChanges()
Fetch all underlying inflation annual changes data.
ResponseModel
objectsgetUnderlyingInflationAnnualChanges(Collection)public List<ResponseModel> getUnderlyingInflationAnnualChanges(Collection<String> months)
Fetch all underlying inflation annual changes data which match the input constraints.
months - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.