public class LivingConditionsFamiliesSiblingsClient extends AbstractClient
Client which handles living conditions families siblings data fetching.
| Constructor and Description |
|---|
LivingConditionsFamiliesSiblingsClient()
Default constructor.
|
LivingConditionsFamiliesSiblingsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getSiblings()
Fetch all siblings data.
|
List<ResponseModel> |
getSiblings(Collection<String> sexes,
Collection<String> ages,
Collection<Integer> siblingsLivingAtHome,
Collection<String> familyTypes,
Collection<Integer> years)
Fetch all siblings 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 LivingConditionsFamiliesSiblingsClient()
Default constructor.
public LivingConditionsFamiliesSiblingsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getSiblings()
Fetch all siblings data.
ResponseModel
objectsgetSiblings(Collection, Collection, Collection, Collection, Collection)public List<ResponseModel> getSiblings(Collection<String> sexes, Collection<String> ages, Collection<Integer> siblingsLivingAtHome, Collection<String> familyTypes, Collection<Integer> years)
Fetch all siblings data which match the input constraints.
sexes - the sexesages - the agessiblingsLivingAtHome - the siblings living at homefamilyTypes - the family typesyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.