public class PricesAndConsumptionPPISPIN2002MonthClient extends AbstractClient
Client which handles prices and consumption producer and import price index (PPI) SPIN 2002 month data fetching.
Constructor and Description |
---|
PricesAndConsumptionPPISPIN2002MonthClient()
Default constructor.
|
PricesAndConsumptionPPISPIN2002MonthClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getExportPriceIndex()
Fetch all export price index data.
|
List<ResponseModel> |
getExportPriceIndex(Collection<String> spin2002,
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> spin2002,
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> spin2002,
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> spin2002,
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> spin2002,
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> spin2002,
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, setLocalizationLocale
public PricesAndConsumptionPPISPIN2002MonthClient()
Default constructor.
public PricesAndConsumptionPPISPIN2002MonthClient(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> spin2002, Collection<String> months)
Fetch all producer price index home sales data which match the input constraints.
spin2002
- the SPIN 2002months
- the monthsResponseModel
objectspublic List<ResponseModel> getExportPriceIndex()
Fetch all export price index data.
ResponseModel
objectsgetExportPriceIndex(Collection, Collection)
public List<ResponseModel> getExportPriceIndex(Collection<String> spin2002, Collection<String> months)
Fetch all export price index data which match the input constraints.
spin2002
- the SPIN 2002months
- the monthsResponseModel
objectspublic List<ResponseModel> getImportPriceIndex()
Fetch all import price index data.
ResponseModel
objectsgetImportPriceIndex(Collection, Collection)
public List<ResponseModel> getImportPriceIndex(Collection<String> spin2002, Collection<String> months)
Fetch all import price index data which match the input constraints.
spin2002
- the SPIN 2002months
- the monthsResponseModel
objectspublic List<ResponseModel> getProducerPriceIndex()
Fetch all producer price index data.
ResponseModel
objectsgetProducerPriceIndex(Collection, Collection)
public List<ResponseModel> getProducerPriceIndex(Collection<String> spin2002, Collection<String> months)
Fetch all producer price index data which match the input constraints.
spin2002
- the SPIN 2002months
- the monthsResponseModel
objectspublic List<ResponseModel> getPriceIndexForDomesticSupply()
Fetch all price index for domestic supply data.
ResponseModel
objectsgetPriceIndexForDomesticSupply(Collection, Collection)
public List<ResponseModel> getPriceIndexForDomesticSupply(Collection<String> spin2002, Collection<String> months)
Fetch all price index for domestic supply data which match the input constraints.
spin2002
- the SPIN 2002months
- the monthsResponseModel
objectspublic List<ResponseModel> getProducerPriceIndexForServices()
Fetch all producer price index for services data.
ResponseModel
objectsgetProducerPriceIndexForServices(Collection, Collection)
public List<ResponseModel> getProducerPriceIndexForServices(Collection<String> spin2002, Collection<String> quarters)
Fetch all producer price index for services data which match the input constraints.
spin2002
- the SPIN 2002quarters
- the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.