public class PricesAndConsumptionCCIFPIExcludingWageClient extends AbstractClient
Client which handles prices and consumption construction cost index (CCI) factor price index (FPI) excluding wage data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionCCIFPIExcludingWageClient()
Default constructor.
|
PricesAndConsumptionCCIFPIExcludingWageClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getFactorPriceIndexForBuildings1968Months()
Fetch all factor price index for buildings (1968=100) months data.
|
List<ResponseModel> |
getFactorPriceIndexForBuildings1968Months(Collection<String> typesOfBuildings,
Collection<String> typesOfExpenditures,
Collection<String> months)
Fetch all factor price index for buildings (1968=100) months data which match
the input constraints.
|
List<ResponseModel> |
getFactorPriceIndexForBuildings2015Months()
Fetch all factor price index for buildings (2015=100) months data.
|
List<ResponseModel> |
getFactorPriceIndexForBuildings2015Months(Collection<String> typesOfBuildings,
Collection<String> typesOfExpenditures,
Collection<String> months)
Fetch all factor price index for buildings (2015=100) months 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 PricesAndConsumptionCCIFPIExcludingWageClient()
Default constructor.
public PricesAndConsumptionCCIFPIExcludingWageClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getFactorPriceIndexForBuildings1968Months()
Fetch all factor price index for buildings (1968=100) months data.
ResponseModel
objectsgetFactorPriceIndexForBuildings1968Months(Collection, Collection, Collection)public List<ResponseModel> getFactorPriceIndexForBuildings1968Months(Collection<String> typesOfBuildings, Collection<String> typesOfExpenditures, Collection<String> months)
Fetch all factor price index for buildings (1968=100) months data which match the input constraints.
typesOfBuildings - the types of buildingstypesOfExpenditures - the types of expendituresmonths - the monthsResponseModel
objectspublic List<ResponseModel> getFactorPriceIndexForBuildings2015Months()
Fetch all factor price index for buildings (2015=100) months data.
ResponseModel
objectsgetFactorPriceIndexForBuildings2015Months(Collection, Collection, Collection)public List<ResponseModel> getFactorPriceIndexForBuildings2015Months(Collection<String> typesOfBuildings, Collection<String> typesOfExpenditures, Collection<String> months)
Fetch all factor price index for buildings (2015=100) months data which match the input constraints.
typesOfBuildings - the types of buildingstypesOfExpenditures - the types of expendituresmonths - the monthsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.