public class LivingConditionsSurveysHealthClient extends AbstractClient
Client which handles living conditions surveys health data fetching.
| Constructor and Description |
|---|
LivingConditionsSurveysHealthClient()
Default constructor.
|
LivingConditionsSurveysHealthClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getBodyMassIndex()
Fetch all body mass index data.
|
List<ResponseModel> |
getBodyMassIndex(Collection<String> indicators,
Collection<String> ages,
Collection<Integer> sexes,
Collection<String> periods)
Fetch all body mass index data which match the input constraints.
|
List<ResponseModel> |
getDisabilities()
Fetch all disabilities data.
|
List<ResponseModel> |
getDisabilities(Collection<String> indicators,
Collection<String> ages,
Collection<Integer> sexes,
Collection<String> periods)
Fetch all disabilities data which match the input constraints.
|
List<ResponseModel> |
getDoctorAndDentistAppointments()
Fetch all doctor and dentist appointments data.
|
List<ResponseModel> |
getDoctorAndDentistAppointments(Collection<String> indicators,
Collection<String> ages,
Collection<Integer> sexes,
Collection<String> periods)
Fetch all doctor and dentist appointments data which match the input
constraints.
|
List<ResponseModel> |
getLongTermIllness()
Fetch all long term illness data.
|
List<ResponseModel> |
getLongTermIllness(Collection<String> indicators,
Collection<String> ages,
Collection<Integer> sexes,
Collection<String> periods)
Fetch all long term illness data which match the input constraints.
|
List<ResponseModel> |
getPhysicalAndMentalHealth()
Fetch all physical and mental health data.
|
List<ResponseModel> |
getPhysicalAndMentalHealth(Collection<String> indicators,
Collection<String> ages,
Collection<Integer> sexes,
Collection<String> periods)
Fetch all physical and mental health data which match the input constraints.
|
List<ResponseModel> |
getTobaccoHabits()
Fetch all tobacco habits data.
|
List<ResponseModel> |
getTobaccoHabits(Collection<String> indicators,
Collection<String> ages,
Collection<Integer> sexes,
Collection<String> periods)
Fetch all tobacco habits 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 LivingConditionsSurveysHealthClient()
Default constructor.
public LivingConditionsSurveysHealthClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getPhysicalAndMentalHealth()
Fetch all physical and mental health data.
ResponseModel
objectsgetPhysicalAndMentalHealth(Collection, Collection, Collection, Collection)public List<ResponseModel> getPhysicalAndMentalHealth(Collection<String> indicators, Collection<String> ages, Collection<Integer> sexes, Collection<String> periods)
Fetch all physical and mental health data which match the input constraints.
indicators - the indicatorsages - the agessexes - the sexesperiods - the periodsResponseModel
objectspublic List<ResponseModel> getLongTermIllness()
Fetch all long term illness data.
ResponseModel
objectsgetLongTermIllness(Collection, Collection, Collection, Collection)public List<ResponseModel> getLongTermIllness(Collection<String> indicators, Collection<String> ages, Collection<Integer> sexes, Collection<String> periods)
Fetch all long term illness data which match the input constraints.
indicators - the indicatorsages - the agessexes - the sexesperiods - the periodsResponseModel
objectspublic List<ResponseModel> getDisabilities()
Fetch all disabilities data.
ResponseModel
objectsgetDisabilities(Collection, Collection, Collection, Collection)public List<ResponseModel> getDisabilities(Collection<String> indicators, Collection<String> ages, Collection<Integer> sexes, Collection<String> periods)
Fetch all disabilities data which match the input constraints.
indicators - the indicatorsages - the agessexes - the sexesperiods - the periodsResponseModel
objectspublic List<ResponseModel> getDoctorAndDentistAppointments()
Fetch all doctor and dentist appointments data.
ResponseModel
objectsgetDoctorAndDentistAppointments(Collection, Collection, Collection,
Collection)public List<ResponseModel> getDoctorAndDentistAppointments(Collection<String> indicators, Collection<String> ages, Collection<Integer> sexes, Collection<String> periods)
Fetch all doctor and dentist appointments data which match the input constraints.
indicators - the indicatorsages - the agessexes - the sexesperiods - the periodsResponseModel
objectspublic List<ResponseModel> getTobaccoHabits()
Fetch all tobacco habits data.
ResponseModel
objectsgetTobaccoHabits(Collection, Collection, Collection, Collection)public List<ResponseModel> getTobaccoHabits(Collection<String> indicators, Collection<String> ages, Collection<Integer> sexes, Collection<String> periods)
Fetch all tobacco habits data which match the input constraints.
indicators - the indicatorsages - the agessexes - the sexesperiods - the periodsResponseModel
objectspublic List<ResponseModel> getBodyMassIndex()
Fetch all body mass index data.
ResponseModel
objectsgetBodyMassIndex(Collection, Collection, Collection, Collection)public List<ResponseModel> getBodyMassIndex(Collection<String> indicators, Collection<String> ages, Collection<Integer> sexes, Collection<String> periods)
Fetch all body mass index 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.