Class PricesAndConsumptionCCIFPIIncludingWageClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.pricesandconsumption.cci.fpiincludingwage.PricesAndConsumptionCCIFPIIncludingWageClient
-
public class PricesAndConsumptionCCIFPIIncludingWageClient extends AbstractClient
Client which handles prices and consumption construction cost index (CCI) factor price index (FPI) including wage data fetching.
- Since:
- 0.4.0
-
-
Constructor Summary
Constructors Constructor Description PricesAndConsumptionCCIFPIIncludingWageClient()Default constructor.PricesAndConsumptionCCIFPIIncludingWageClient(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.URLEndpointgetUrl()Returns the URL endpoint which this client represents.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
-
-
-
-
Constructor Detail
-
PricesAndConsumptionCCIFPIIncludingWageClient
public PricesAndConsumptionCCIFPIIncludingWageClient()
Default constructor.
-
PricesAndConsumptionCCIFPIIncludingWageClient
public PricesAndConsumptionCCIFPIIncludingWageClient(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
getFactorPriceIndexForBuildings1968Years
public List<ResponseModel> getFactorPriceIndexForBuildings1968Years()
Fetch all factor price index for buildings (1968=100) years data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getFactorPriceIndexForBuildings1968Years(Collection, Collection, Collection)
-
getFactorPriceIndexForBuildings1968Years
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.
- Parameters:
typesOfBuildings- the types of buildingstypesOfExpenditures- the types of expendituresyears- the years- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getFactorPriceIndexForBuildings2004Years
public List<ResponseModel> getFactorPriceIndexForBuildings2004Years()
Fetch all factor price index for buildings (2004=100) years data.
- Returns:
- the data wrapped in a list of
ResponseModelobjects - See Also:
getFactorPriceIndexForBuildings2004Years(Collection, Collection, Collection)
-
getFactorPriceIndexForBuildings2004Years
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.
- Parameters:
typesOfBuildings- the types of buildingstypesOfExpenditures- the types of expendituresyears- the years- Returns:
- the data wrapped in a list of
ResponseModelobjects
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClientReturns the URL endpoint which this client represents.
- Specified by:
getUrlin classAbstractClient- Returns:
- the URL endpoint for this client
-
-