public class EnvironmentProtectedNatureNumberAndAreaClient extends AbstractClient
Client which handles environment protected nature number and area data fetching.
Constructor and Description |
---|
EnvironmentProtectedNatureNumberAndAreaClient()
Default constructor.
|
EnvironmentProtectedNatureNumberAndAreaClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getCultureReserves()
Fetch all culture reserves data.
|
List<ResponseModel> |
getCultureReserves(Collection<String> regions,
Collection<Integer> years)
Fetch all culture reserves data which match the input constraints.
|
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> |
getNaturalMonuments()
Fetch all natural monuments data.
|
List<ResponseModel> |
getNaturalMonuments(Collection<String> regions,
Collection<Integer> years)
Fetch all natural monuments data which match the input constraints.
|
List<ResponseModel> |
getProtectedNature()
Fetch all protected nature data.
|
List<ResponseModel> |
getProtectedNature(Collection<String> regions,
Collection<String> protectionTypes,
Collection<Integer> years)
Fetch all protected nature data which match the input constraints.
|
List<ResponseModel> |
getSpeciesProtectedByLaw()
Fetch all species protected by law data.
|
List<ResponseModel> |
getSpeciesProtectedByLaw(Collection<String> regions,
Collection<String> species,
Collection<Integer> years)
Fetch all species protected by law data which match the input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
List<ResponseModel> |
getWaterProtectionAreas()
Fetch all water protection areas data.
|
List<ResponseModel> |
getWaterProtectionAreas(Collection<String> regions,
Collection<Integer> years)
Fetch all water protection areas data which match the input constraints.
|
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, setLocalizationLocale
public EnvironmentProtectedNatureNumberAndAreaClient()
Default constructor.
public EnvironmentProtectedNatureNumberAndAreaClient(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> getProtectedNature()
Fetch all protected nature data.
ResponseModel
objectsgetProtectedNature(Collection, Collection, Collection)
public List<ResponseModel> getProtectedNature(Collection<String> regions, Collection<String> protectionTypes, Collection<Integer> years)
Fetch all protected nature data which match the input constraints.
regions
- the regionsprotectionTypes
- the protection typesyears
- the yearsResponseModel
objectspublic List<ResponseModel> getSpeciesProtectedByLaw()
Fetch all species protected by law data.
ResponseModel
objectsgetSpeciesProtectedByLaw(Collection, Collection, Collection)
public List<ResponseModel> getSpeciesProtectedByLaw(Collection<String> regions, Collection<String> species, Collection<Integer> years)
Fetch all species protected by law data which match the input constraints.
regions
- the regionsspecies
- the speciesyears
- the yearsResponseModel
objectspublic List<ResponseModel> getCultureReserves()
Fetch all culture reserves data.
ResponseModel
objectsgetCultureReserves(Collection, Collection)
public List<ResponseModel> getCultureReserves(Collection<String> regions, Collection<Integer> years)
Fetch all culture reserves data which match the input constraints.
regions
- the regionsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getNaturalMonuments()
Fetch all natural monuments data.
ResponseModel
objectsgetNaturalMonuments(Collection, Collection)
public List<ResponseModel> getNaturalMonuments(Collection<String> regions, Collection<Integer> years)
Fetch all natural monuments data which match the input constraints.
regions
- the regionsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getWaterProtectionAreas()
Fetch all water protection areas data.
ResponseModel
objectsgetWaterProtectionAreas(Collection, Collection)
public List<ResponseModel> getWaterProtectionAreas(Collection<String> regions, Collection<Integer> years)
Fetch all water protection areas data which match the input constraints.
regions
- the regionsyears
- the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2017. All rights reserved.