public class EnvironmentProtectedNaturePopulationAndAccessibilityClient extends AbstractClient
Client which handles environment protected nature population and accessibility data fetching.
Constructor and Description |
---|
EnvironmentProtectedNaturePopulationAndAccessibilityClient()
Default constructor.
|
EnvironmentProtectedNaturePopulationAndAccessibilityClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getPopulationWithinZoneAroundProtectedNature()
Fetch all population within zone around protected nature data.
|
List<ResponseModel> |
getPopulationWithinZoneAroundProtectedNature(Collection<String> regions,
Collection<Integer> years)
Fetch all population within zone around protected nature data which match the
input constraints.
|
List<ResponseModel> |
getProtectedNatureWithinAndAroundLocalities()
Fetch all protected nature within and around localities data.
|
List<ResponseModel> |
getProtectedNatureWithinAndAroundLocalities(Collection<String> regions,
Collection<Integer> years)
Fetch all protected nature within and around localities 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, setLocalizationLocale
public EnvironmentProtectedNaturePopulationAndAccessibilityClient()
Default constructor.
public EnvironmentProtectedNaturePopulationAndAccessibilityClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getProtectedNatureWithinAndAroundLocalities()
Fetch all protected nature within and around localities data.
ResponseModel
objectsgetProtectedNatureWithinAndAroundLocalities(Collection, Collection)
public List<ResponseModel> getProtectedNatureWithinAndAroundLocalities(Collection<String> regions, Collection<Integer> years)
Fetch all protected nature within and around localities data which match the input constraints.
regions
- the regionsyears
- the yearsResponseModel
objectspublic List<ResponseModel> getPopulationWithinZoneAroundProtectedNature()
Fetch all population within zone around protected nature data.
ResponseModel
objectsgetPopulationWithinZoneAroundProtectedNature(Collection, Collection)
public List<ResponseModel> getPopulationWithinZoneAroundProtectedNature(Collection<String> regions, Collection<Integer> years)
Fetch all population within zone around protected nature 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 © 2018. All rights reserved.