public class PricesAndConsumptionCPICPIFCTClient extends AbstractClient
Client which handles prices and consumption Consumer Price Index (CPI) with fixed interest rate and at constant taxes (CPIF-CT) data fetching.
Constructor and Description |
---|
PricesAndConsumptionCPICPIFCTClient()
Default constructor.
|
PricesAndConsumptionCPICPIFCTClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getFixedInterestRateAnnualChanges()
Fetch all fixed interest rate and at constant taxes (CPIF-CT) annual changes
data.
|
List<ResponseModel> |
getFixedInterestRateAnnualChanges(Collection<String> months)
Fetch all fixed interest rate and at constant taxes (CPIF-CT) annual changes
data which match the input constraints.
|
List<ResponseModel> |
getFixedInterestRateMonthlyChanges()
Fetch all fixed interest rate and at constant taxes (CPIF-CT) monthly changes
data.
|
List<ResponseModel> |
getFixedInterestRateMonthlyChanges(Collection<String> months)
Fetch all fixed interest rate and at constant taxes (CPIF-CT) 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, setLocalizationLocale
public PricesAndConsumptionCPICPIFCTClient()
Default constructor.
public PricesAndConsumptionCPICPIFCTClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getFixedInterestRateMonthlyChanges()
Fetch all fixed interest rate and at constant taxes (CPIF-CT) monthly changes data.
ResponseModel
objectsgetFixedInterestRateMonthlyChanges(Collection)
public List<ResponseModel> getFixedInterestRateMonthlyChanges(Collection<String> months)
Fetch all fixed interest rate and at constant taxes (CPIF-CT) monthly changes data which match the input constraints.
months
- the monthsResponseModel
objectspublic List<ResponseModel> getFixedInterestRateAnnualChanges()
Fetch all fixed interest rate and at constant taxes (CPIF-CT) annual changes data.
ResponseModel
objectsgetFixedInterestRateAnnualChanges(Collection)
public List<ResponseModel> getFixedInterestRateAnnualChanges(Collection<String> months)
Fetch all fixed interest rate and at constant taxes (CPIF-CT) annual changes data which match the input constraints.
months
- the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.