public class PricesAndConsumptionClient extends AbstractContainerClient
Client which handles prices and consumption data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionClient()
Default constructor.
|
PricesAndConsumptionClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PricesAndConsumptionBPIClient |
bpi()
Retrieve the client for interacting with prices and consumption building price
index (BPI) data.
|
PricesAndConsumptionCCIClient |
cci()
Retrieve the client for interacting with prices and consumption construction
cost index (CCI) data.
|
PricesAndConsumptionCPIClient |
cpi()
Retrieve the client for interacting with prices and consumption Consumer Price
Index (CPI) data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
PricesAndConsumptionPPIClient |
ppi()
Retrieve the client for interacting with prices and consumption producer and
import price index (PPI) data.
|
PricesAndConsumptionPurchasingPowerParitiesClient |
purchasingPowerParities()
Retrieve the client for interacting with prices and consumption purchasing power
parities data.
|
addClient, getClient, setLocaledoGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocalepublic PricesAndConsumptionClient()
Default constructor. Initializes values and creates sub-clients.
public PricesAndConsumptionClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic PricesAndConsumptionBPIClient bpi()
Retrieve the client for interacting with prices and consumption building price index (BPI) data.
public PricesAndConsumptionCCIClient cci()
Retrieve the client for interacting with prices and consumption construction cost index (CCI) data.
public PricesAndConsumptionCPIClient cpi()
Retrieve the client for interacting with prices and consumption Consumer Price Index (CPI) data.
public PricesAndConsumptionPPIClient ppi()
Retrieve the client for interacting with prices and consumption producer and import price index (PPI) data.
public PricesAndConsumptionPurchasingPowerParitiesClient purchasingPowerParities()
Retrieve the client for interacting with prices and consumption purchasing power parities data.
public URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.