public class EnvironmentSEEAGoodsAndServicesSectorClient extends AbstractClient
Client which handles environment System of Environmental-Economic Accounting (SEEA) goods and services sector data fetching.
| Constructor and Description |
|---|
EnvironmentSEEAGoodsAndServicesSectorClient()
Default constructor.
|
EnvironmentSEEAGoodsAndServicesSectorClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getEnvironmentalSectorByCounty()
Fetch all environmental sector by county data.
|
List<ResponseModel> |
getEnvironmentalSectorByCounty(Collection<String> counties,
Collection<Integer> years)
Fetch all environmental sector by county data which match the input
constraints.
|
List<ResponseModel> |
getEnvironmentalSectorByEnvironmentalArea()
Fetch all environmental sector by environmental area data.
|
List<ResponseModel> |
getEnvironmentalSectorByEnvironmentalArea(Collection<Integer> environmentalAreas,
Collection<Integer> years)
Fetch all environmental sector by environmental area data which match the input
constraints.
|
List<ResponseModel> |
getEnvironmentalSectorExportByIndustrialClassification()
Fetch all environmental sector export by industrial classification data.
|
List<ResponseModel> |
getEnvironmentalSectorExportByIndustrialClassification(Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all environmental sector export by industrial classification data which
match the input constraints.
|
List<ResponseModel> |
getEnvironmentalSectorNetTurnoverByIndustrialClassification()
Fetch all environmental sector net turnover by industrial classification
data.
|
List<ResponseModel> |
getEnvironmentalSectorNetTurnoverByIndustrialClassification(Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all environmental sector net turnover by industrial classification data
which match the input constraints.
|
List<ResponseModel> |
getEnvironmentalSectorValueAddedByIndustrialClassification()
Fetch all environmental sector value added by industrial classification
data.
|
List<ResponseModel> |
getEnvironmentalSectorValueAddedByIndustrialClassification(Collection<String> industrialClassifications,
Collection<Integer> years)
Fetch all environmental sector value added by industrial classification 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 EnvironmentSEEAGoodsAndServicesSectorClient()
Default constructor.
public EnvironmentSEEAGoodsAndServicesSectorClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getEnvironmentalSectorByEnvironmentalArea()
Fetch all environmental sector by environmental area data.
ResponseModel
objectsgetEnvironmentalSectorByEnvironmentalArea(Collection, Collection)public List<ResponseModel> getEnvironmentalSectorByEnvironmentalArea(Collection<Integer> environmentalAreas, Collection<Integer> years)
Fetch all environmental sector by environmental area data which match the input constraints.
environmentalAreas - the environmental areasyears - the yearsResponseModel
objectspublic List<ResponseModel> getEnvironmentalSectorByCounty()
Fetch all environmental sector by county data.
ResponseModel
objectsgetEnvironmentalSectorByCounty(Collection, Collection)public List<ResponseModel> getEnvironmentalSectorByCounty(Collection<String> counties, Collection<Integer> years)
Fetch all environmental sector by county data which match the input constraints.
counties - the countiesyears - the yearsResponseModel
objectspublic List<ResponseModel> getEnvironmentalSectorNetTurnoverByIndustrialClassification()
Fetch all environmental sector net turnover by industrial classification data.
ResponseModel
objectsgetEnvironmentalSectorNetTurnoverByIndustrialClassification(Collection,
Collection)public List<ResponseModel> getEnvironmentalSectorNetTurnoverByIndustrialClassification(Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all environmental sector net turnover by industrial classification data which match the input constraints.
industrialClassifications - the industrial classificationsyears - the yearsResponseModel
objectspublic List<ResponseModel> getEnvironmentalSectorValueAddedByIndustrialClassification()
Fetch all environmental sector value added by industrial classification data.
ResponseModel
objectsgetEnvironmentalSectorValueAddedByIndustrialClassification(Collection,
Collection)public List<ResponseModel> getEnvironmentalSectorValueAddedByIndustrialClassification(Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all environmental sector value added by industrial classification data which match the input constraints.
industrialClassifications - the industrial classificationsyears - the yearsResponseModel
objectspublic List<ResponseModel> getEnvironmentalSectorExportByIndustrialClassification()
Fetch all environmental sector export by industrial classification data.
ResponseModel
objectsgetEnvironmentalSectorExportByIndustrialClassification(Collection,
Collection)public List<ResponseModel> getEnvironmentalSectorExportByIndustrialClassification(Collection<String> industrialClassifications, Collection<Integer> years)
Fetch all environmental sector export by industrial classification 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.