public class PricesAndConsumptionCCIFPIIncludingWageClient extends AbstractClient
Client which handles prices and consumption construction cost index (CCI) factor price index (FPI) including wage data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionCCIFPIIncludingWageClient()
Default constructor.
|
PricesAndConsumptionCCIFPIIncludingWageClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getFactorPriceIndexForBuildings1968Years()
Fetch all factor price index for buildings (1968=100) years data.
|
List<ResponseModel> |
getFactorPriceIndexForBuildings1968Years(Collection<String> typesOfBuildings,
Collection<String> typesOfExpenditures,
Collection<Integer> years)
Fetch all factor price index for buildings (1968=100) years data which match the
input constraints.
|
List<ResponseModel> |
getFactorPriceIndexForBuildings2004Years()
Fetch all factor price index for buildings (2004=100) years data.
|
List<ResponseModel> |
getFactorPriceIndexForBuildings2004Years(Collection<String> typesOfBuildings,
Collection<String> typesOfExpenditures,
Collection<Integer> years)
Fetch all factor price index for buildings (2004=100) years data which match the
input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic PricesAndConsumptionCCIFPIIncludingWageClient()
Default constructor.
public PricesAndConsumptionCCIFPIIncludingWageClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getFactorPriceIndexForBuildings1968Years()
Fetch all factor price index for buildings (1968=100) years data.
ResponseModel
objectsgetFactorPriceIndexForBuildings1968Years(Collection, Collection, Collection)public List<ResponseModel> getFactorPriceIndexForBuildings1968Years(Collection<String> typesOfBuildings, Collection<String> typesOfExpenditures, Collection<Integer> years)
Fetch all factor price index for buildings (1968=100) years data which match the input constraints.
typesOfBuildings - the types of buildingstypesOfExpenditures - the types of expendituresyears - the yearsResponseModel
objectspublic List<ResponseModel> getFactorPriceIndexForBuildings2004Years()
Fetch all factor price index for buildings (2004=100) years data.
ResponseModel
objectsgetFactorPriceIndexForBuildings2004Years(Collection, Collection, Collection)public List<ResponseModel> getFactorPriceIndexForBuildings2004Years(Collection<String> typesOfBuildings, Collection<String> typesOfExpenditures, Collection<Integer> years)
Fetch all factor price index for buildings (2004=100) years data which match the input constraints.
typesOfBuildings - the types of buildingstypesOfExpenditures - the types of expendituresyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.