public class PricesAndConsumptionCPIKPIXClient extends AbstractClient
Client which handles prices and consumption Consumer Price Index (CPI) Underlying Inflation Rate (KPIX) data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionCPIKPIXClient()
Default constructor.
|
PricesAndConsumptionCPIKPIXClient(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, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocale, setLocalizationLocalepublic PricesAndConsumptionCPIKPIXClient()
Default constructor.
public PricesAndConsumptionCPIKPIXClient(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 © 2017. All rights reserved.