public class PricesAndConsumptionPPISPIN2007MonthlyAndQuarterlyClient extends AbstractClient
Client which handles prices and consumption producer and import price index (PPI) SPIN 2007 monthly and quarterly data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionPPISPIN2007MonthlyAndQuarterlyClient()
Default constructor.
|
PricesAndConsumptionPPISPIN2007MonthlyAndQuarterlyClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getExportPriceIndex()
Fetch all export price index data.
|
List<ResponseModel> |
getExportPriceIndex(Collection<String> spin2007,
Collection<String> months)
Fetch all export price index data which match the input constraints.
|
List<ResponseModel> |
getImportPriceIndex()
Fetch all import price index data.
|
List<ResponseModel> |
getImportPriceIndex(Collection<String> spin2007,
Collection<String> months)
Fetch all import price index data which match the input constraints.
|
List<ResponseModel> |
getPriceIndexForDomesticSupply()
Fetch all price index for domestic supply data.
|
List<ResponseModel> |
getPriceIndexForDomesticSupply(Collection<String> spin2007,
Collection<String> months)
Fetch all price index for domestic supply data which match the input
constraints.
|
List<ResponseModel> |
getProducerPriceIndex()
Fetch all producer price index data.
|
List<ResponseModel> |
getProducerPriceIndex(Collection<String> spin2007,
Collection<String> months)
Fetch all producer price index data which match the input constraints.
|
List<ResponseModel> |
getProducerPriceIndexForServices()
Fetch all producer price index for services data.
|
List<ResponseModel> |
getProducerPriceIndexForServices(Collection<String> spin2007,
Collection<String> quarters)
Fetch all producer price index for services data which match the input
constraints.
|
List<ResponseModel> |
getProducerPriceIndexHomeSales()
Fetch all producer price index home sales data.
|
List<ResponseModel> |
getProducerPriceIndexHomeSales(Collection<String> spin2007,
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, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic PricesAndConsumptionPPISPIN2007MonthlyAndQuarterlyClient()
Default constructor.
public PricesAndConsumptionPPISPIN2007MonthlyAndQuarterlyClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getProducerPriceIndexHomeSales()
Fetch all producer price index home sales data.
ResponseModel
objectsgetProducerPriceIndexHomeSales(Collection, Collection)public List<ResponseModel> getProducerPriceIndexHomeSales(Collection<String> spin2007, Collection<String> months)
Fetch all producer price index home sales data which match the input constraints.
spin2007 - the SPIN 2007months - the monthsResponseModel
objectspublic List<ResponseModel> getExportPriceIndex()
Fetch all export price index data.
ResponseModel
objectsgetExportPriceIndex(Collection, Collection)public List<ResponseModel> getExportPriceIndex(Collection<String> spin2007, Collection<String> months)
Fetch all export price index data which match the input constraints.
spin2007 - the SPIN 2007months - the monthsResponseModel
objectspublic List<ResponseModel> getImportPriceIndex()
Fetch all import price index data.
ResponseModel
objectsgetImportPriceIndex(Collection, Collection)public List<ResponseModel> getImportPriceIndex(Collection<String> spin2007, Collection<String> months)
Fetch all import price index data which match the input constraints.
spin2007 - the SPIN 2007months - the monthsResponseModel
objectspublic List<ResponseModel> getProducerPriceIndex()
Fetch all producer price index data.
ResponseModel
objectsgetProducerPriceIndex(Collection, Collection)public List<ResponseModel> getProducerPriceIndex(Collection<String> spin2007, Collection<String> months)
Fetch all producer price index data which match the input constraints.
spin2007 - the SPIN 2007months - the monthsResponseModel
objectspublic List<ResponseModel> getPriceIndexForDomesticSupply()
Fetch all price index for domestic supply data.
ResponseModel
objectsgetPriceIndexForDomesticSupply(Collection, Collection)public List<ResponseModel> getPriceIndexForDomesticSupply(Collection<String> spin2007, Collection<String> months)
Fetch all price index for domestic supply data which match the input constraints.
spin2007 - the SPIN 2007months - the monthsResponseModel
objectspublic List<ResponseModel> getProducerPriceIndexForServices()
Fetch all producer price index for services data.
ResponseModel
objectsgetProducerPriceIndexForServices(Collection, Collection)public List<ResponseModel> getProducerPriceIndexForServices(Collection<String> spin2007, Collection<String> quarters)
Fetch all producer price index for services data which match the input constraints.
spin2007 - the SPIN 2007quarters - the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.