public class PricesAndConsumptionPPISPIN2015MonthlyAndQuarterlyClient extends AbstractClient
Client which handles prices and consumption producer and import price index (PPI) SPIN 2015 monthly and quarterly data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionPPISPIN2015MonthlyAndQuarterlyClient()
Default constructor.
|
PricesAndConsumptionPPISPIN2015MonthlyAndQuarterlyClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getExportPriceIndex(Collection<String> spin2015,
Collection<String> months)
Fetch all export price index data which match the input constraints.
|
List<ResponseModel> |
getImportPriceIndex(Collection<String> spin2015,
Collection<String> months)
Fetch all import price index data which match the input constraints.
|
List<ResponseModel> |
getPriceIndexForDomesticSupply(Collection<String> spin2015,
Collection<String> months)
Fetch all price index for domestic supply data which match the input
constraints.
|
List<ResponseModel> |
getProducerPriceIndex(Collection<String> spin2015,
Collection<String> months)
Fetch all producer price index data which match the input constraints.
|
List<ResponseModel> |
getProducerPriceIndexHomeSales(Collection<String> spin2015,
Collection<String> months)
Fetch all producer price index home sales 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 PricesAndConsumptionPPISPIN2015MonthlyAndQuarterlyClient()
Default constructor.
public PricesAndConsumptionPPISPIN2015MonthlyAndQuarterlyClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getProducerPriceIndexHomeSales(Collection<String> spin2015, Collection<String> months)
Fetch all producer price index home sales data which match the input constraints.
spin2015 - the SPIN 2015months - the monthsResponseModel
objectspublic List<ResponseModel> getExportPriceIndex(Collection<String> spin2015, Collection<String> months)
Fetch all export price index data which match the input constraints.
spin2015 - the SPIN 2015months - the monthsResponseModel
objectspublic List<ResponseModel> getImportPriceIndex(Collection<String> spin2015, Collection<String> months)
Fetch all import price index data which match the input constraints.
spin2015 - the SPIN 2015months - the monthsResponseModel
objectspublic List<ResponseModel> getProducerPriceIndex(Collection<String> spin2015, Collection<String> months)
Fetch all producer price index data which match the input constraints.
spin2015 - the SPIN 2015months - the monthsResponseModel
objectspublic List<ResponseModel> getPriceIndexForDomesticSupply(Collection<String> spin2015, Collection<String> months)
Fetch all price index for domestic supply data which match the input constraints.
spin2015 - the SPIN 2015months - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.