public class PricesAndConsumptionBPIClient extends AbstractClient
Client which handles prices and consumption building price index (BPI) data fetching.
| Constructor and Description |
|---|
PricesAndConsumptionBPIClient()
Default constructor.
|
PricesAndConsumptionBPIClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getBuildingPriceIndexForDwellingsQuarters()
Fetch all building price index for dwellings (quarters) data.
|
List<ResponseModel> |
getBuildingPriceIndexForDwellingsQuarters(Collection<String> typesOfBuildings,
Collection<String> typesOfIndexes,
Collection<String> quarters)
Fetch all building price index for dwellings (quarters) data which match the
input constraints.
|
List<ResponseModel> |
getBuildingPriceIndexForDwellingsYears()
Fetch all building price index for dwellings (years) data.
|
List<ResponseModel> |
getBuildingPriceIndexForDwellingsYears(Collection<String> typesOfBuildings,
Collection<String> typesOfIndexes,
Collection<Integer> years)
Fetch all building price index for dwellings (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 PricesAndConsumptionBPIClient()
Default constructor.
public PricesAndConsumptionBPIClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getBuildingPriceIndexForDwellingsQuarters()
Fetch all building price index for dwellings (quarters) data.
ResponseModel
objectsgetBuildingPriceIndexForDwellingsQuarters(Collection, Collection, Collection)public List<ResponseModel> getBuildingPriceIndexForDwellingsQuarters(Collection<String> typesOfBuildings, Collection<String> typesOfIndexes, Collection<String> quarters)
Fetch all building price index for dwellings (quarters) data which match the input constraints.
typesOfBuildings - the types of buildingstypesOfIndexes - the types of indexesquarters - the quartersResponseModel
objectspublic List<ResponseModel> getBuildingPriceIndexForDwellingsYears()
Fetch all building price index for dwellings (years) data.
ResponseModel
objectsgetBuildingPriceIndexForDwellingsYears(Collection, Collection, Collection)public List<ResponseModel> getBuildingPriceIndexForDwellingsYears(Collection<String> typesOfBuildings, Collection<String> typesOfIndexes, Collection<Integer> years)
Fetch all building price index for dwellings (years) data which match the input constraints.
typesOfBuildings - the types of buildingstypesOfIndexes - the types of indexesyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.