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