public class PricesAndConsumptionPPIClient extends AbstractContainerClient
Client which handles prices and consumption producer and import price index (PPI) data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionPPIClient()
Default constructor.
|
PricesAndConsumptionPPIClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PricesAndConsumptionPPIEconomicIndicatorsClient |
economicIndicators()
Retrieve the client for interacting with prices and consumption producer and
import price index (PPI) economic indicators data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
PricesAndConsumptionPPISPIN2002MonthClient |
spin2002Month()
Retrieve the client for interacting with prices and consumption producer and
import price index (PPI) SPIN 2002 month data.
|
PricesAndConsumptionPPISPIN2002YearClient |
spin2002Year()
Retrieve the client for interacting with prices and consumption producer and
import price index (PPI) SPIN 2002 year data.
|
PricesAndConsumptionPPISPIN2007MonthlyAndQuarterlyClient |
spin2007MonthlyAndQuarterly()
Retrieve the client for interacting with prices and consumption producer and
import price index (PPI) SPIN 2007 monthly and quarterly data.
|
PricesAndConsumptionPPISPIN2007YearClient |
spin2007Year()
Retrieve the client for interacting with prices and consumption producer and
import price index (PPI) SPIN 2007 year data.
|
PricesAndConsumptionPPISPIN2015MonthlyAndQuarterlyClient |
spin2015MonthlyAndQuarterly()
Retrieve the client for interacting with prices and consumption producer and
import price index (PPI) SPIN 2015 monthly and quarterly data.
|
addClient, getClient, setLocaledoGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocalepublic PricesAndConsumptionPPIClient()
Default constructor. Initializes values and creates sub-clients.
public PricesAndConsumptionPPIClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic PricesAndConsumptionPPIEconomicIndicatorsClient economicIndicators()
Retrieve the client for interacting with prices and consumption producer and import price index (PPI) economic indicators data.
public PricesAndConsumptionPPISPIN2002MonthClient spin2002Month()
Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2002 month data.
public PricesAndConsumptionPPISPIN2002YearClient spin2002Year()
Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2002 year data.
public PricesAndConsumptionPPISPIN2007MonthlyAndQuarterlyClient spin2007MonthlyAndQuarterly()
Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2007 monthly and quarterly data.
public PricesAndConsumptionPPISPIN2007YearClient spin2007Year()
Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2007 year data.
public PricesAndConsumptionPPISPIN2015MonthlyAndQuarterlyClient spin2015MonthlyAndQuarterly()
Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2015 monthly and quarterly data.
public URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.