public class EnvironmentLocalitiesAreasAndPopulationGainfullyEmployedAndWorkplacesClient extends AbstractClient
Client which handles environment localities areas and population gainfully employed and workplaces data fetching.
| Constructor and Description |
|---|
EnvironmentLocalitiesAreasAndPopulationGainfullyEmployedAndWorkplacesClient()
Default constructor.
|
EnvironmentLocalitiesAreasAndPopulationGainfullyEmployedAndWorkplacesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getGainfullyEmployed()
Fetch all gainfully employed 16+ years data.
|
List<ResponseModel> |
getGainfullyEmployed(Collection<String> regions,
Collection<Integer> sexes,
Collection<Integer> years)
Fetch all gainfully employed 16+ years data which match the input
constraints.
|
List<ResponseModel> |
getGainfullyEmployedAreas()
Fetch all gainfully employed 16+ years areas data.
|
List<ResponseModel> |
getGainfullyEmployedAreas(Collection<String> regions,
Collection<String> typeOfAreas,
Collection<Integer> years)
Fetch all gainfully employed 16+ years areas data which match the input
constraints.
|
List<ResponseModel> |
getGainfullyEmployedWorkplaces()
Fetch all gainfully employed 16+ years workplaces data.
|
List<ResponseModel> |
getGainfullyEmployedWorkplaces(Collection<String> regions,
Collection<Integer> years)
Fetch all gainfully employed 16+ years workplaces data which match the input
constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocale, setLocalizationLocalepublic EnvironmentLocalitiesAreasAndPopulationGainfullyEmployedAndWorkplacesClient()
Default constructor.
public EnvironmentLocalitiesAreasAndPopulationGainfullyEmployedAndWorkplacesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getGainfullyEmployed()
Fetch all gainfully employed 16+ years data.
ResponseModel
objectsgetGainfullyEmployed(Collection, Collection, Collection)public List<ResponseModel> getGainfullyEmployed(Collection<String> regions, Collection<Integer> sexes, Collection<Integer> years)
Fetch all gainfully employed 16+ years data which match the input constraints.
regions - the regions to fetch data forsexes - the sexes to fetch data foryears - the years to fetch data forResponseModel
objectspublic List<ResponseModel> getGainfullyEmployedWorkplaces()
Fetch all gainfully employed 16+ years workplaces data.
ResponseModel
objectsgetGainfullyEmployedWorkplaces(Collection, Collection)public List<ResponseModel> getGainfullyEmployedWorkplaces(Collection<String> regions, Collection<Integer> years)
Fetch all gainfully employed 16+ years workplaces data which match the input constraints.
regions - the regions to fetch data foryears - the years to fetch data forResponseModel
objectspublic List<ResponseModel> getGainfullyEmployedAreas()
Fetch all gainfully employed 16+ years areas data.
ResponseModel
objectsgetGainfullyEmployedAreas(Collection, Collection, Collection)public List<ResponseModel> getGainfullyEmployedAreas(Collection<String> regions, Collection<String> typeOfAreas, Collection<Integer> years)
Fetch all gainfully employed 16+ years areas data which match the input constraints.
regions - the regions to fetch data fortypeOfAreas - the type of areas 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 © 2018. All rights reserved.