public class EnvironmentSEEAAirEmissionsAccountsClient extends AbstractClient
Client which handles environment System of Environmental-Economic Accounting (SEEA) air emissions accounts data fetching.
| Constructor and Description |
|---|
EnvironmentSEEAAirEmissionsAccountsClient()
Default constructor.
|
EnvironmentSEEAAirEmissionsAccountsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getAirEmissionsByCountyNUTS3()
Fetch all air emissions (county, NUTS3) data.
|
List<ResponseModel> |
getAirEmissionsByCountyNUTS3(Collection<String> regions,
Collection<String> industrialClassifications,
Collection<String> substances,
Collection<Integer> years)
Fetch all air emissions (county, NUTS3) data which match the input
constraints.
|
List<ResponseModel> |
getAirEmissionsByIndustryAndQuartersSNI2007()
Fetch all air emissions by industry and quarters (SNI 2007) data.
|
List<ResponseModel> |
getAirEmissionsByIndustryAndQuartersSNI2007(Collection<String> industrialClassifications,
Collection<String> substances,
Collection<String> quarters)
Fetch all air emissions by industry and quarters (SNI 2007) data which match the
input constraints.
|
List<ResponseModel> |
getAirEmissionsByIndustrySNI2007()
Fetch all air emissions by industry (SNI 2007) data.
|
List<ResponseModel> |
getAirEmissionsByIndustrySNI2007(Collection<String> industrialClassifications,
Collection<String> substances,
Collection<Integer> years)
Fetch all air emissions by industry (SNI 2007) data which match the input
constraints.
|
List<ResponseModel> |
getAirEmissionsByIndustrySNI92()
Fetch all air emissions by industry (SNI 92) data.
|
List<ResponseModel> |
getAirEmissionsByIndustrySNI92(Collection<String> industrialClassifications,
Collection<String> substances,
Collection<Integer> years)
Fetch all air emissions by industry (SNI 92) data which match the input
constraints.
|
List<ResponseModel> |
getAirEmissionsByMunicipalityLAU2()
Fetch all air emissions (municipality, LAU2) data.
|
List<ResponseModel> |
getAirEmissionsByMunicipalityLAU2(Collection<String> regions,
Collection<String> substances,
Collection<Integer> years)
Fetch all air emissions (municipality, LAU2) data which match the input
constraints.
|
List<ResponseModel> |
getAirEmissionsFromTransportNUTS2()
Fetch all air emissions from transport (NUTS 2) data.
|
List<ResponseModel> |
getAirEmissionsFromTransportNUTS2(Collection<String> regions,
Collection<String> industrialClassifications,
Collection<String> substances,
Collection<Integer> years)
Fetch all air emissions from transport (NUTS 2) data which match the input
constraints.
|
List<ResponseModel> |
getAirEmissionsNUTS2()
Fetch all air emissions (NUTS 2) data.
|
List<ResponseModel> |
getAirEmissionsNUTS2(Collection<String> regions,
Collection<String> industrialClassifications,
Collection<String> substances,
Collection<Integer> years)
Fetch all air emissions (NUTS 2) 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 EnvironmentSEEAAirEmissionsAccountsClient()
Default constructor.
public EnvironmentSEEAAirEmissionsAccountsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getAirEmissionsByIndustrySNI2007()
Fetch all air emissions by industry (SNI 2007) data.
ResponseModel
objectsgetAirEmissionsByIndustrySNI2007(Collection, Collection, Collection)public List<ResponseModel> getAirEmissionsByIndustrySNI2007(Collection<String> industrialClassifications, Collection<String> substances, Collection<Integer> years)
Fetch all air emissions by industry (SNI 2007) data which match the input constraints.
industrialClassifications - the industrial classificationssubstances - the substancesyears - the yearsResponseModel
objectspublic List<ResponseModel> getAirEmissionsByIndustrySNI92()
Fetch all air emissions by industry (SNI 92) data.
ResponseModel
objectsgetAirEmissionsByIndustrySNI92(Collection, Collection, Collection)public List<ResponseModel> getAirEmissionsByIndustrySNI92(Collection<String> industrialClassifications, Collection<String> substances, Collection<Integer> years)
Fetch all air emissions by industry (SNI 92) data which match the input constraints.
industrialClassifications - the industrial classificationssubstances - the substancesyears - the yearsResponseModel
objectspublic List<ResponseModel> getAirEmissionsByIndustryAndQuartersSNI2007()
Fetch all air emissions by industry and quarters (SNI 2007) data.
ResponseModel
objectsgetAirEmissionsByIndustryAndQuartersSNI2007(Collection, Collection,
Collection)public List<ResponseModel> getAirEmissionsByIndustryAndQuartersSNI2007(Collection<String> industrialClassifications, Collection<String> substances, Collection<String> quarters)
Fetch all air emissions by industry and quarters (SNI 2007) data which match the input constraints.
industrialClassifications - the industrial classificationssubstances - the substancesquarters - the quartersResponseModel
objectspublic List<ResponseModel> getAirEmissionsByMunicipalityLAU2()
Fetch all air emissions (municipality, LAU2) data.
ResponseModel
objectsgetAirEmissionsByMunicipalityLAU2(Collection, Collection, Collection)public List<ResponseModel> getAirEmissionsByMunicipalityLAU2(Collection<String> regions, Collection<String> substances, Collection<Integer> years)
Fetch all air emissions (municipality, LAU2) data which match the input constraints.
regions - the regionssubstances - the substancesyears - the yearsResponseModel
objectspublic List<ResponseModel> getAirEmissionsNUTS2()
Fetch all air emissions (NUTS 2) data.
ResponseModel
objectsgetAirEmissionsNUTS2(Collection, Collection, Collection, Collection)public List<ResponseModel> getAirEmissionsNUTS2(Collection<String> regions, Collection<String> industrialClassifications, Collection<String> substances, Collection<Integer> years)
Fetch all air emissions (NUTS 2) data which match the input constraints.
regions - the regionsindustrialClassifications - the industrial classificationssubstances - the substancesyears - the yearsResponseModel
objectspublic List<ResponseModel> getAirEmissionsFromTransportNUTS2()
Fetch all air emissions from transport (NUTS 2) data.
ResponseModel
objectsgetAirEmissionsFromTransportNUTS2(Collection, Collection, Collection,
Collection)public List<ResponseModel> getAirEmissionsFromTransportNUTS2(Collection<String> regions, Collection<String> industrialClassifications, Collection<String> substances, Collection<Integer> years)
Fetch all air emissions from transport (NUTS 2) data which match the input constraints.
regions - the regionsindustrialClassifications - the industrial classificationssubstances - the substancesyears - the yearsResponseModel
objectspublic List<ResponseModel> getAirEmissionsByCountyNUTS3()
Fetch all air emissions (county, NUTS3) data.
ResponseModel
objectsgetAirEmissionsByCountyNUTS3(Collection, Collection, Collection, Collection)public List<ResponseModel> getAirEmissionsByCountyNUTS3(Collection<String> regions, Collection<String> industrialClassifications, Collection<String> substances, Collection<Integer> years)
Fetch all air emissions (county, NUTS3) data which match the input constraints.
regions - the regionsindustrialClassifications - the industrial classificationssubstances - the substancesyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.