public class EnvironmentSEEATaxesClient extends AbstractClient
Client which handles environment System of Environmental-Economic Accounting (SEEA) taxes data fetching.
| Constructor and Description |
|---|
EnvironmentSEEATaxesClient()
Default constructor.
|
EnvironmentSEEATaxesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getEnvironmentalTaxesSNI2007()
Fetch all environmental taxes SNI 2007 (NACE) data.
|
List<ResponseModel> |
getEnvironmentalTaxesSNI2007(Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all environmental taxes SNI 2007 (NACE) data which match the input
constraints.
|
List<ResponseModel> |
getEnvironmentalTaxesSNI92()
Fetch all environmental taxes SNI 92 (NACE) data.
|
List<ResponseModel> |
getEnvironmentalTaxesSNI92(Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all environmental taxes SNI 92 (NACE) 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 EnvironmentSEEATaxesClient()
Default constructor.
public EnvironmentSEEATaxesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getEnvironmentalTaxesSNI2007()
Fetch all environmental taxes SNI 2007 (NACE) data.
ResponseModel
objectsgetEnvironmentalTaxesSNI2007(Collection, Collection)public List<ResponseModel> getEnvironmentalTaxesSNI2007(Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all environmental taxes SNI 2007 (NACE) data which match the input constraints.
industrialClassifications - the industrial classificationsyears - the yearsResponseModel
objectspublic List<ResponseModel> getEnvironmentalTaxesSNI92()
Fetch all environmental taxes SNI 92 (NACE) data.
ResponseModel
objectsgetEnvironmentalTaxesSNI92(Collection, Collection)public List<ResponseModel> getEnvironmentalTaxesSNI92(Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all environmental taxes SNI 92 (NACE) data which match the input constraints.
industrialClassifications - the industrial classificationsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.