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, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic 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()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.