public class PricesAndConsumptionCPIEconomicIndicatorsClient extends AbstractClient
Client which handles prices and consumption Consumer Price Index (CPI) economic indicators data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionCPIEconomicIndicatorsClient()
Default constructor.
|
PricesAndConsumptionCPIEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getConsumerPriceIndex()
Fetch all consumer price index data.
|
List<ResponseModel> |
getConsumerPriceIndex(Collection<String> indicators,
Collection<String> months)
Fetch all consumer price index 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 PricesAndConsumptionCPIEconomicIndicatorsClient()
Default constructor.
public PricesAndConsumptionCPIEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getConsumerPriceIndex()
Fetch all consumer price index data.
ResponseModel
objectsgetConsumerPriceIndex(Collection, Collection)public List<ResponseModel> getConsumerPriceIndex(Collection<String> indicators, Collection<String> months)
Fetch all consumer price index data which match the input constraints.
indicators - the indicatorsmonths - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.