public class EnvironmentProtectedNatureClient extends AbstractClient
Client which handles environment protected nature data fetching.
| Constructor and Description |
|---|
EnvironmentProtectedNatureClient()
Default constructor.
|
EnvironmentProtectedNatureClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getNatura2000Sites()
Fetch all Natura 2000 sites data.
|
List<ResponseModel> |
getNatura2000Sites(Collection<String> regions,
Collection<Integer> years)
Fetch all Natura 2000 sites data which match the input constraints.
|
List<ResponseModel> |
getProductiveForestLand()
Fetch all productive forest land data.
|
List<ResponseModel> |
getProductiveForestLand(Collection<String> regions,
Collection<Integer> years)
Fetch all productive forest land data which match the input constraints.
|
List<ResponseModel> |
getProtectedAreas()
Fetch all protected areas data.
|
List<ResponseModel> |
getProtectedAreas(Collection<String> natureTypes,
Collection<Integer> years)
Fetch all protected areas data which match the input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
List<ResponseModel> |
getWildlifeSanctuaries()
Fetch all wildlife sanctuaries data.
|
List<ResponseModel> |
getWildlifeSanctuaries(Collection<String> regions,
Collection<Integer> years)
Fetch all wildlife sanctuaries data which match the input constraints.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocale, setLocalizationLocalepublic EnvironmentProtectedNatureClient()
Default constructor.
public EnvironmentProtectedNatureClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getWildlifeSanctuaries()
Fetch all wildlife sanctuaries data.
ResponseModel
objectsgetWildlifeSanctuaries(Collection, Collection)public List<ResponseModel> getWildlifeSanctuaries(Collection<String> regions, Collection<Integer> years)
Fetch all wildlife sanctuaries data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objectspublic List<ResponseModel> getNatura2000Sites()
Fetch all Natura 2000 sites data.
ResponseModel
objectsgetNatura2000Sites(Collection, Collection)public List<ResponseModel> getNatura2000Sites(Collection<String> regions, Collection<Integer> years)
Fetch all Natura 2000 sites data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objectspublic List<ResponseModel> getProtectedAreas()
Fetch all protected areas data.
ResponseModel
objectsgetProtectedAreas(Collection, Collection)public List<ResponseModel> getProtectedAreas(Collection<String> natureTypes, Collection<Integer> years)
Fetch all protected areas data which match the input constraints.
natureTypes - the nature typesyears - the yearsResponseModel
objectspublic List<ResponseModel> getProductiveForestLand()
Fetch all productive forest land data.
ResponseModel
objectsgetProductiveForestLand(Collection, Collection)public List<ResponseModel> getProductiveForestLand(Collection<String> regions, Collection<Integer> years)
Fetch all productive forest land data which match the input constraints.
regions - the regionsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.