Class PricesAndConsumptionPPIClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.AbstractContainerClient
-
- com.github.dannil.scbjavaclient.client.pricesandconsumption.ppi.PricesAndConsumptionPPIClient
-
public class PricesAndConsumptionPPIClient extends AbstractContainerClient
Client which handles prices and consumption producer and import price index (PPI) data fetching.
- Since:
- 0.4.0
-
-
Constructor Summary
Constructors Constructor Description PricesAndConsumptionPPIClient()Default constructor.PricesAndConsumptionPPIClient(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PricesAndConsumptionPPIEconomicIndicatorsClienteconomicIndicators()Retrieve the client for interacting with prices and consumption producer and import price index (PPI) economic indicators data.URLEndpointgetUrl()Returns the URL endpoint which this client represents.PricesAndConsumptionPPISPIN2002MonthClientspin2002Month()Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2002 month data.PricesAndConsumptionPPISPIN2002YearClientspin2002Year()Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2002 year data.PricesAndConsumptionPPISPIN2007MonthlyAndQuarterlyClientspin2007MonthlyAndQuarterly()Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2007 monthly and quarterly data.PricesAndConsumptionPPISPIN2007YearClientspin2007Year()Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2007 year data.PricesAndConsumptionPPISPIN2015MonthlyAndQuarterlyClientspin2015MonthlyAndQuarterly()Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2015 monthly and quarterly data.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractContainerClient
addClient, getClient, setLocale
-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocale
-
-
-
-
Constructor Detail
-
PricesAndConsumptionPPIClient
public PricesAndConsumptionPPIClient()
Default constructor. Initializes values and creates sub-clients.
-
PricesAndConsumptionPPIClient
public PricesAndConsumptionPPIClient(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
economicIndicators
public PricesAndConsumptionPPIEconomicIndicatorsClient economicIndicators()
Retrieve the client for interacting with prices and consumption producer and import price index (PPI) economic indicators data.
- Returns:
- a client for prices and consumption producer and import price index (PPI) economic indicators data
-
spin2002Month
public PricesAndConsumptionPPISPIN2002MonthClient spin2002Month()
Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2002 month data.
- Returns:
- a client for prices and consumption producer and import price index (PPI) SPIN 2002 month data
-
spin2002Year
public PricesAndConsumptionPPISPIN2002YearClient spin2002Year()
Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2002 year data.
- Returns:
- a client for prices and consumption producer and import price index (PPI) SPIN 2002 year data
-
spin2007MonthlyAndQuarterly
public PricesAndConsumptionPPISPIN2007MonthlyAndQuarterlyClient spin2007MonthlyAndQuarterly()
Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2007 monthly and quarterly data.
- Returns:
- a client for prices and consumption producer and import price index (PPI) SPIN 2007 monthly and quarterly data
-
spin2007Year
public PricesAndConsumptionPPISPIN2007YearClient spin2007Year()
Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2007 year data.
- Returns:
- a client for prices and consumption producer and import price index (PPI) SPIN 2007 year data
-
spin2015MonthlyAndQuarterly
public PricesAndConsumptionPPISPIN2015MonthlyAndQuarterlyClient spin2015MonthlyAndQuarterly()
Retrieve the client for interacting with prices and consumption producer and import price index (PPI) SPIN 2015 monthly and quarterly data.
- Returns:
- a client for prices and consumption producer and import price index (PPI) SPIN 2015 monthly and quarterly data
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClientReturns the URL endpoint which this client represents.
- Specified by:
getUrlin classAbstractClient- Returns:
- the URL endpoint for this client
-
-