public class PricesAndConsumptionCPIClient extends AbstractContainerClient
Client which handles prices and consumption Consumer Price Index (CPI) data fetching.
Constructor and Description |
---|
PricesAndConsumptionCPIClient()
Default constructor.
|
PricesAndConsumptionCPIClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
PricesAndConsumptionCPICPIFCTClient |
cpifct()
Retrieve the client for interacting with prices and consumption Consumer Price
Index (CPI) with fixed interest rate and at constant taxes (CPIF-CT) data.
|
PricesAndConsumptionCPIEconomicIndicatorsClient |
economicIndicators()
Retrieve the client for interacting with prices and consumption Consumer Price
Index (CPI) economic indicators data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
PricesAndConsumptionCPIHICPClient |
hicp()
Retrieve the client for interacting with prices and consumption Consumer Price
Index (CPI) Harmonized Index of Consumer Prices (HICP) data.
|
PricesAndConsumptionCPIKPIFClient |
kpif()
Retrieve the client for interacting with prices and consumption Consumer Price
Index (CPI) Underlying Inflation Rate (KPIF) data.
|
PricesAndConsumptionCPIPriceBasicAmountClient |
priceBasicAmount()
Retrieve the client for interacting with prices and consumption Consumer Price
Index (CPI) Price Basic Amount data.
|
addClient, getClient, setLocale
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocale
public PricesAndConsumptionCPIClient()
Default constructor. Initializes values and creates sub-clients.
public PricesAndConsumptionCPIClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic PricesAndConsumptionCPICPIFCTClient cpifct()
Retrieve the client for interacting with prices and consumption Consumer Price Index (CPI) with fixed interest rate and at constant taxes (CPIF-CT) data.
public PricesAndConsumptionCPIEconomicIndicatorsClient economicIndicators()
Retrieve the client for interacting with prices and consumption Consumer Price Index (CPI) economic indicators data.
public PricesAndConsumptionCPIHICPClient hicp()
Retrieve the client for interacting with prices and consumption Consumer Price Index (CPI) Harmonized Index of Consumer Prices (HICP) data.
public PricesAndConsumptionCPIPriceBasicAmountClient priceBasicAmount()
Retrieve the client for interacting with prices and consumption Consumer Price Index (CPI) Price Basic Amount data.
public PricesAndConsumptionCPIKPIFClient kpif()
Retrieve the client for interacting with prices and consumption Consumer Price Index (CPI) Underlying Inflation Rate (KPIF) data.
public URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2019. All rights reserved.