public class PricesAndConsumptionCPIPriceBasicAmountClient extends AbstractClient
Client which handles prices and consumption Consumer Price Index (CPI) Price Basic Amount data fetching.
Constructor and Description |
---|
PricesAndConsumptionCPIPriceBasicAmountClient()
Default constructor.
|
PricesAndConsumptionCPIPriceBasicAmountClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getIncreasedPriceBasicAmount()
Fetch all increased price basic amount data.
|
List<ResponseModel> |
getIncreasedPriceBasicAmount(Collection<Integer> years)
Fetch all increased price basic amount data which match the input
constraints.
|
List<ResponseModel> |
getPriceBasicAmount()
Fetch all price basic amount data.
|
List<ResponseModel> |
getPriceBasicAmount(Collection<Integer> years)
Fetch all price basic amount data which match the input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocale, setLocalizationLocale
public PricesAndConsumptionCPIPriceBasicAmountClient()
Default constructor.
public PricesAndConsumptionCPIPriceBasicAmountClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getPriceBasicAmount()
Fetch all price basic amount data.
ResponseModel
objectsgetPriceBasicAmount(Collection)
public List<ResponseModel> getPriceBasicAmount(Collection<Integer> years)
Fetch all price basic amount data which match the input constraints.
years
- the yearsResponseModel
objectspublic List<ResponseModel> getIncreasedPriceBasicAmount()
Fetch all increased price basic amount data.
ResponseModel
objectsgetIncreasedPriceBasicAmount(Collection)
public List<ResponseModel> getIncreasedPriceBasicAmount(Collection<Integer> years)
Fetch all increased price basic amount data which match the input constraints.
years
- the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.