Class EnvironmentSEEAAirEmissionsAccountsClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.environment.seea.airemissionsaccounts.EnvironmentSEEAAirEmissionsAccountsClient
-
public class EnvironmentSEEAAirEmissionsAccountsClient extends AbstractClient
Client which handles environment System of Environmental-Economic Accounting (SEEA) air emissions accounts data fetching.
- Since:
- 0.4.0
-
-
Constructor Summary
Constructors Constructor Description EnvironmentSEEAAirEmissionsAccountsClient()
Default constructor.EnvironmentSEEAAirEmissionsAccountsClient(Locale locale)
Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocale
-
-
-
-
Constructor Detail
-
EnvironmentSEEAAirEmissionsAccountsClient
public EnvironmentSEEAAirEmissionsAccountsClient()
Default constructor.
-
EnvironmentSEEAAirEmissionsAccountsClient
public EnvironmentSEEAAirEmissionsAccountsClient(Locale locale)
Overloaded constructor.
- Parameters:
locale
- theLocale
for this client
-
-
Method Detail
-
getAirEmissionsByIndustrySNI2007
public List<ResponseModel> getAirEmissionsByIndustrySNI2007()
Fetch all air emissions by industry (SNI 2007) data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getAirEmissionsByIndustrySNI2007(Collection, Collection, Collection)
-
getAirEmissionsByIndustrySNI2007
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.
- Parameters:
industrialClassifications
- the industrial classificationssubstances
- the substancesyears
- the years- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getAirEmissionsByIndustrySNI92
public List<ResponseModel> getAirEmissionsByIndustrySNI92()
Fetch all air emissions by industry (SNI 92) data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getAirEmissionsByIndustrySNI92(Collection, Collection, Collection)
-
getAirEmissionsByIndustrySNI92
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.
- Parameters:
industrialClassifications
- the industrial classificationssubstances
- the substancesyears
- the years- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getAirEmissionsByIndustryAndQuartersSNI2007
public List<ResponseModel> getAirEmissionsByIndustryAndQuartersSNI2007()
Fetch all air emissions by industry and quarters (SNI 2007) data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getAirEmissionsByIndustryAndQuartersSNI2007(Collection, Collection, Collection)
-
getAirEmissionsByIndustryAndQuartersSNI2007
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.
- Parameters:
industrialClassifications
- the industrial classificationssubstances
- the substancesquarters
- the quarters- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getAirEmissionsByMunicipalityLAU2
public List<ResponseModel> getAirEmissionsByMunicipalityLAU2()
Fetch all air emissions (municipality, LAU2) data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getAirEmissionsByMunicipalityLAU2(Collection, Collection, Collection)
-
getAirEmissionsByMunicipalityLAU2
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.
- Parameters:
regions
- the regionssubstances
- the substancesyears
- the years- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getAirEmissionsNUTS2
public List<ResponseModel> getAirEmissionsNUTS2()
Fetch all air emissions (NUTS 2) data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getAirEmissionsNUTS2(Collection, Collection, Collection, Collection)
-
getAirEmissionsNUTS2
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.
- Parameters:
regions
- the regionsindustrialClassifications
- the industrial classificationssubstances
- the substancesyears
- the years- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getAirEmissionsFromTransportNUTS2
public List<ResponseModel> getAirEmissionsFromTransportNUTS2()
Fetch all air emissions from transport (NUTS 2) data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getAirEmissionsFromTransportNUTS2(Collection, Collection, Collection, Collection)
-
getAirEmissionsFromTransportNUTS2
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.
- Parameters:
regions
- the regionsindustrialClassifications
- the industrial classificationssubstances
- the substancesyears
- the years- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getAirEmissionsByCountyNUTS3
public List<ResponseModel> getAirEmissionsByCountyNUTS3()
Fetch all air emissions (county, NUTS3) data.
- Returns:
- the data wrapped in a list of
ResponseModel
objects - See Also:
getAirEmissionsByCountyNUTS3(Collection, Collection, Collection, Collection)
-
getAirEmissionsByCountyNUTS3
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.
- Parameters:
regions
- the regionsindustrialClassifications
- the industrial classificationssubstances
- the substancesyears
- the years- Returns:
- the data wrapped in a list of
ResponseModel
objects
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClient
Returns the URL endpoint which this client represents.
- Specified by:
getUrl
in classAbstractClient
- Returns:
- the URL endpoint for this client
-
-