public class EnvironmentLocalitiesAreasAndPopulationPopulationClient extends AbstractClient
Client which handles environment localities areas and population population data fetching.
| Constructor and Description |
|---|
EnvironmentLocalitiesAreasAndPopulationPopulationClient()
Default constructor.
|
EnvironmentLocalitiesAreasAndPopulationPopulationClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getNumberOfLocalitiesAndPopulationDensity()
Fetch all number of localities and population density data.
|
List<ResponseModel> |
getNumberOfLocalitiesAndPopulationDensity(Collection<String> regions,
Collection<Integer> years)
Fetch all number of localities and population density data which match the input
constraints.
|
List<ResponseModel> |
getPopulationAndLandAreaWithinAndOutsideOfLocalities()
Fetch all population and land area within and outside of localities data.
|
List<ResponseModel> |
getPopulationAndLandAreaWithinAndOutsideOfLocalities(Collection<String> regions,
Collection<String> typesOfAreas,
Collection<Integer> years)
Fetch all population and land area within and outside of localities data which
match the input constraints.
|
List<ResponseModel> |
getPopulationAndLandAreaWithinLocalities()
Fetch all population and land area within localities data.
|
List<ResponseModel> |
getPopulationAndLandAreaWithinLocalities(Collection<String> regions,
Collection<Integer> years)
Fetch all population and land area within 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, setLocalizationLocalepublic EnvironmentLocalitiesAreasAndPopulationPopulationClient()
Default constructor.
public EnvironmentLocalitiesAreasAndPopulationPopulationClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getPopulationAndLandAreaWithinLocalities()
Fetch all population and land area within localities data.
ResponseModel
objectsgetPopulationAndLandAreaWithinLocalities(Collection, Collection)public List<ResponseModel> getPopulationAndLandAreaWithinLocalities(Collection<String> regions, Collection<Integer> years)
Fetch all population and land area within localities data which match the input constraints.
regions - the regions to fetch data foryears - the years to fetch data forResponseModel
objectspublic List<ResponseModel> getPopulationAndLandAreaWithinAndOutsideOfLocalities()
Fetch all population and land area within and outside of localities data.
ResponseModel
objectsgetPopulationAndLandAreaWithinAndOutsideOfLocalities(Collection, Collection,
Collection)public List<ResponseModel> getPopulationAndLandAreaWithinAndOutsideOfLocalities(Collection<String> regions, Collection<String> typesOfAreas, Collection<Integer> years)
Fetch all population and land area within and outside of localities data which match the input constraints.
regions - the regions to fetch data fortypesOfAreas - the types of areas to fetch data foryears - the years to fetch data forResponseModel
objectspublic List<ResponseModel> getNumberOfLocalitiesAndPopulationDensity()
Fetch all number of localities and population density data.
ResponseModel
objectsgetNumberOfLocalitiesAndPopulationDensity(Collection, Collection)public List<ResponseModel> getNumberOfLocalitiesAndPopulationDensity(Collection<String> regions, Collection<Integer> years)
Fetch all number of localities and population density data which match the input constraints.
regions - the regions to fetch data foryears - the years to fetch data forResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.