public class LivingConditionsSurveysEmploymentClient extends AbstractClient
Client which handles living conditions surveys employment data fetching.
| Constructor and Description |
|---|
LivingConditionsSurveysEmploymentClient()
Default constructor.
|
LivingConditionsSurveysEmploymentClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getDistributionOfWorkingHoursForEmployees()
Fetch all distribution of working hours for employees data.
|
List<ResponseModel> |
getDistributionOfWorkingHoursForEmployees(Collection<String> indicators,
Collection<String> ages,
Collection<Integer> sexes,
Collection<String> periods)
Fetch all distribution of working hours for employees data which match the input
constraints.
|
List<ResponseModel> |
getGainfullyEmployedPersons()
Fetch all gainfully employed persons data.
|
List<ResponseModel> |
getGainfullyEmployedPersons(Collection<String> fullAndPartTimes,
Collection<String> ages,
Collection<Integer> sexes,
Collection<String> periods)
Fetch all gainfully employed persons data which match the input constraints.
|
List<ResponseModel> |
getMainActivity()
Fetch all main activity data.
|
List<ResponseModel> |
getMainActivity(Collection<String> activities,
Collection<String> ages,
Collection<Integer> sexes,
Collection<String> periods)
Fetch all main activity data which match the input constraints.
|
List<ResponseModel> |
getTypeOfEmployment()
Fetch all type of employment data.
|
List<ResponseModel> |
getTypeOfEmployment(Collection<String> types,
Collection<String> ages,
Collection<Integer> sexes,
Collection<String> periods)
Fetch all type of employment 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 LivingConditionsSurveysEmploymentClient()
Default constructor.
public LivingConditionsSurveysEmploymentClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getMainActivity()
Fetch all main activity data.
ResponseModel
objectsgetMainActivity(Collection, Collection, Collection, Collection)public List<ResponseModel> getMainActivity(Collection<String> activities, Collection<String> ages, Collection<Integer> sexes, Collection<String> periods)
Fetch all main activity data which match the input constraints.
activities - the activitiesages - the agessexes - the sexesperiods - the periodsResponseModel
objectspublic List<ResponseModel> getGainfullyEmployedPersons()
Fetch all gainfully employed persons data.
ResponseModel
objectspublic List<ResponseModel> getGainfullyEmployedPersons(Collection<String> fullAndPartTimes, Collection<String> ages, Collection<Integer> sexes, Collection<String> periods)
Fetch all gainfully employed persons data which match the input constraints.
fullAndPartTimes - the full and part timesages - the agessexes - the sexesperiods - the periodsResponseModel
objectspublic List<ResponseModel> getTypeOfEmployment()
Fetch all type of employment data.
ResponseModel
objectspublic List<ResponseModel> getTypeOfEmployment(Collection<String> types, Collection<String> ages, Collection<Integer> sexes, Collection<String> periods)
Fetch all type of employment data which match the input constraints.
types - the typesages - the agessexes - the sexesperiods - the periodsResponseModel
objectspublic List<ResponseModel> getDistributionOfWorkingHoursForEmployees()
Fetch all distribution of working hours for employees data.
ResponseModel
objectspublic List<ResponseModel> getDistributionOfWorkingHoursForEmployees(Collection<String> indicators, Collection<String> ages, Collection<Integer> sexes, Collection<String> periods)
Fetch all distribution of working hours for employees data which match the input constraints.
indicators - the indicatorsages - the agessexes - the sexesperiods - the periodsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.