public class EnvironmentSEEAEnergyAccountsClient extends AbstractClient
Client which handles environment System of Environmental-Economic Accounting (SEEA) energy accounts data fetching.
Constructor and Description |
---|
EnvironmentSEEAEnergyAccountsClient()
Default constructor.
|
EnvironmentSEEAEnergyAccountsClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getCombustionOfFuels()
Fetch all combustion of fuels data.
|
List<ResponseModel> |
getCombustionOfFuels(Collection<String> industrialClassifications,
Collection<String> typesOfFuels,
Collection<Integer> years)
Fetch all combustion of fuels 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 EnvironmentSEEAEnergyAccountsClient()
Default constructor.
public EnvironmentSEEAEnergyAccountsClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getCombustionOfFuels()
Fetch all combustion of fuels data.
ResponseModel
objectsgetCombustionOfFuels(Collection, Collection, Collection)
public List<ResponseModel> getCombustionOfFuels(Collection<String> industrialClassifications, Collection<String> typesOfFuels, Collection<Integer> years)
Fetch all combustion of fuels data which match the input constraints.
industrialClassifications
- the industrial classificationstypesOfFuels
- the types of fuelsyears
- the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.