public class PricesAndConsumptionCCIClient extends AbstractContainerClient
Client which handles prices and consumption construction cost index (CCI) data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionCCIClient()
Default constructor.
|
PricesAndConsumptionCCIClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PricesAndConsumptionCCIFPIExcludingWageClient |
fpiExcludingWage()
Retrieve the client for interacting with prices and consumption construction
cost index (CCI) factor price index (FPI) excluding wage data.
|
PricesAndConsumptionCCIFPIIncludingWageClient |
fpiIncludingWage()
Retrieve the client for interacting with prices and consumption construction
cost index (CCI) factor price index (FPI) including wage data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
addClient, getClient, setLocaledoGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocalepublic PricesAndConsumptionCCIClient()
Default constructor. Initializes values and creates sub-clients.
public PricesAndConsumptionCCIClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic PricesAndConsumptionCCIFPIExcludingWageClient fpiExcludingWage()
Retrieve the client for interacting with prices and consumption construction cost index (CCI) factor price index (FPI) excluding wage data.
public PricesAndConsumptionCCIFPIIncludingWageClient fpiIncludingWage()
Retrieve the client for interacting with prices and consumption construction cost index (CCI) factor price index (FPI) including wage data.
public URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.