public class EnvironmentProtectedNatureNatureTypesClient extends AbstractClient
Client which handles environment protected nature nature types data fetching.
| Constructor and Description |
|---|
EnvironmentProtectedNatureNatureTypesClient()
Default constructor.
|
EnvironmentProtectedNatureNatureTypesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getNewProtectedAreas()
Fetch all new protected areas data.
|
List<ResponseModel> |
getNewProtectedAreas(Collection<String> natureTypes,
Collection<Integer> years)
Fetch all new protected areas 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.
|
List<ResponseModel> |
getProtectedNatureAboveTheBoundariesForMountainForests()
Fetch all protected nature above the boundaries for mountain forests data.
|
List<ResponseModel> |
getProtectedNatureAboveTheBoundariesForMountainForests(Collection<String> natureTypes,
Collection<Integer> years)
Fetch all protected nature above the boundaries for mountain forests 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 EnvironmentProtectedNatureNatureTypesClient()
Default constructor.
public EnvironmentProtectedNatureNatureTypesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic 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 List<ResponseModel> getProtectedNatureAboveTheBoundariesForMountainForests()
Fetch all protected nature above the boundaries for mountain forests data.
ResponseModel
objectsgetProtectedNatureAboveTheBoundariesForMountainForests(Collection,
Collection)public List<ResponseModel> getProtectedNatureAboveTheBoundariesForMountainForests(Collection<String> natureTypes, Collection<Integer> years)
Fetch all protected nature above the boundaries for mountain forests data which match the input constraints.
natureTypes - the nature typesyears - the yearsResponseModel
objectspublic List<ResponseModel> getNewProtectedAreas()
Fetch all new protected areas data.
ResponseModel
objectsgetNewProtectedAreas(Collection, Collection)public List<ResponseModel> getNewProtectedAreas(Collection<String> natureTypes, Collection<Integer> years)
Fetch all new protected areas data which match the input constraints.
natureTypes - the nature typesyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.