public class PricesAndConsumptionPPIEconomicIndicatorsClient extends AbstractClient
Client which handles prices and consumption producer and import price index (PPI) economic indicators data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionPPIEconomicIndicatorsClient()
Default constructor.
|
PricesAndConsumptionPPIEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getPriceIndicesInProducerAndImportStages()
Fetch all price indices in producer and import stages data.
|
List<ResponseModel> |
getPriceIndicesInProducerAndImportStages(Collection<String> indicators,
Collection<String> months)
Fetch all price indices in producer and import stages 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 PricesAndConsumptionPPIEconomicIndicatorsClient()
Default constructor.
public PricesAndConsumptionPPIEconomicIndicatorsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getPriceIndicesInProducerAndImportStages()
Fetch all price indices in producer and import stages data.
ResponseModel
objectsgetPriceIndicesInProducerAndImportStages(Collection, Collection)public List<ResponseModel> getPriceIndicesInProducerAndImportStages(Collection<String> indicators, Collection<String> months)
Fetch all price indices in producer and import stages 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.