public class EnergyAnnualStatisticsClient extends AbstractClient
Client which handles energy annual statistics data fetching.
| Constructor and Description |
|---|
EnergyAnnualStatisticsClient()
Default constructor.
|
EnergyAnnualStatisticsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getConsumptionOfFuelsForSteamAndHotWaterProduction()
Fetch all consumption of fuels for steam and hot water production data.
|
List<ResponseModel> |
getConsumptionOfFuelsForSteamAndHotWaterProduction(Collection<String> powerPlants,
Collection<String> fuels,
Collection<Integer> years)
Fetch all consumption of fuels for steam and hot water production data which
match the input constraints.
|
List<ResponseModel> |
getConsumptionOfFuelsInElectricityGeneration()
Fetch all consumption of fuels in electricity generation data.
|
List<ResponseModel> |
getConsumptionOfFuelsInElectricityGeneration(Collection<String> powerPlants,
Collection<String> fuels,
Collection<Integer> years)
Fetch all consumption of fuels in electricity generation data which match the
input constraints.
|
List<ResponseModel> |
getElectricitySupply()
Fetch all electricity supply data.
|
List<ResponseModel> |
getElectricitySupply(Collection<String> powerPlants,
Collection<Integer> years)
Fetch all electricity supply data which match the input constraints.
|
List<ResponseModel> |
getElectricityUseInSweden()
Fetch all electricity use in Sweden data.
|
List<ResponseModel> |
getElectricityUseInSweden(Collection<String> areasOfUses,
Collection<Integer> years)
Fetch all electricity use in Sweden 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 EnergyAnnualStatisticsClient()
Default constructor.
public EnergyAnnualStatisticsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getConsumptionOfFuelsInElectricityGeneration()
Fetch all consumption of fuels in electricity generation data.
ResponseModel objectsgetConsumptionOfFuelsInElectricityGeneration(Collection, Collection,
Collection)public List<ResponseModel> getConsumptionOfFuelsInElectricityGeneration(Collection<String> powerPlants, Collection<String> fuels, Collection<Integer> years)
Fetch all consumption of fuels in electricity generation data which match the input constraints.
powerPlants - the power plants to fetch data forfuels - the fuels to fetch data foryears - the years to fetch data forResponseModel
objectspublic List<ResponseModel> getElectricitySupply()
Fetch all electricity supply data.
ResponseModel
objectsgetElectricitySupply(Collection, Collection)public List<ResponseModel> getElectricitySupply(Collection<String> powerPlants, Collection<Integer> years)
Fetch all electricity supply data which match the input constraints.
powerPlants - the power plants to fetch data foryears - the years to fetch data forResponseModel
objectspublic List<ResponseModel> getConsumptionOfFuelsForSteamAndHotWaterProduction()
Fetch all consumption of fuels for steam and hot water production data.
ResponseModel
objectsgetConsumptionOfFuelsForSteamAndHotWaterProduction(Collection, Collection,
Collection)public List<ResponseModel> getConsumptionOfFuelsForSteamAndHotWaterProduction(Collection<String> powerPlants, Collection<String> fuels, Collection<Integer> years)
Fetch all consumption of fuels for steam and hot water production data which match the input constraints.
powerPlants - the power plants to fetch data forfuels - the fuels to fetch data foryears - the years to fetch data forResponseModel
objectspublic List<ResponseModel> getElectricityUseInSweden()
Fetch all electricity use in Sweden data.
ResponseModel
objectsgetElectricityUseInSweden(Collection, Collection)public List<ResponseModel> getElectricityUseInSweden(Collection<String> areasOfUses, Collection<Integer> years)
Fetch all electricity use in Sweden data which match the input constraints.
areasOfUses - the areas of uses to fetch data foryears - the years to fetch data forResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.