public class PricesAndConsumptionPPISPIN2007YearClient extends AbstractClient
Client which handles prices and consumption producer and import price index (PPI) SPIN 2007 year data fetching.
Constructor and Description |
---|
PricesAndConsumptionPPISPIN2007YearClient()
Default constructor.
|
PricesAndConsumptionPPISPIN2007YearClient(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<Integer> years)
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<Integer> years)
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<Integer> years)
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<Integer> years)
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<Integer> years)
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<Integer> years)
Fetch all producer price index home sales data which match the input
constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
List<ResponseModel> |
getWeightsForDifferentIndices()
Fetch all weights for different indices data.
|
List<ResponseModel> |
getWeightsForDifferentIndices(Collection<String> spin2007,
Collection<Integer> years)
Fetch all weights for different indices data which match the input
constraints.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
public PricesAndConsumptionPPISPIN2007YearClient()
Default constructor.
public PricesAndConsumptionPPISPIN2007YearClient(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<Integer> years)
Fetch all producer price index home sales data which match the input constraints.
spin2007
- the SPIN 2007years
- the yearsResponseModel
objectspublic List<ResponseModel> getExportPriceIndex()
Fetch all export price index data.
ResponseModel
objectsgetExportPriceIndex(Collection, Collection)
public List<ResponseModel> getExportPriceIndex(Collection<String> spin2007, Collection<Integer> years)
Fetch all export price index data which match the input constraints.
spin2007
- the SPIN 2007years
- the yearsResponseModel
objectspublic List<ResponseModel> getImportPriceIndex()
Fetch all import price index data.
ResponseModel
objectsgetImportPriceIndex(Collection, Collection)
public List<ResponseModel> getImportPriceIndex(Collection<String> spin2007, Collection<Integer> years)
Fetch all import price index data which match the input constraints.
spin2007
- the SPIN 2007years
- the yearsResponseModel
objectspublic List<ResponseModel> getProducerPriceIndex()
Fetch all producer price index data.
ResponseModel
objectsgetProducerPriceIndex(Collection, Collection)
public List<ResponseModel> getProducerPriceIndex(Collection<String> spin2007, Collection<Integer> years)
Fetch all producer price index data which match the input constraints.
spin2007
- the SPIN 2007years
- the yearsResponseModel
objectspublic List<ResponseModel> getPriceIndexForDomesticSupply()
Fetch all price index for domestic supply data.
ResponseModel
objectsgetPriceIndexForDomesticSupply(Collection, Collection)
public List<ResponseModel> getPriceIndexForDomesticSupply(Collection<String> spin2007, Collection<Integer> years)
Fetch all price index for domestic supply data which match the input constraints.
spin2007
- the SPIN 2007years
- the yearsResponseModel
objectspublic List<ResponseModel> getWeightsForDifferentIndices()
Fetch all weights for different indices data.
ResponseModel
objectsgetWeightsForDifferentIndices(Collection, Collection)
public List<ResponseModel> getWeightsForDifferentIndices(Collection<String> spin2007, Collection<Integer> years)
Fetch all weights for different indices data which match the input constraints.
spin2007
- the SPIN 2007years
- the yearsResponseModel
objectspublic List<ResponseModel> getProducerPriceIndexForServices()
Fetch all producer price index for services data.
ResponseModel
objectsgetProducerPriceIndexForServices(Collection, Collection)
public List<ResponseModel> getProducerPriceIndexForServices(Collection<String> spin2007, Collection<Integer> years)
Fetch all producer price index for services data which match the input constraints.
spin2007
- the SPIN 2007years
- the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2019. All rights reserved.