public class LivingConditionsFamiliesAdoptionsClient extends AbstractClient
Client which handles living conditions families adoptions data fetching.
| Constructor and Description |
|---|
LivingConditionsFamiliesAdoptionsClient()
Default constructor.
|
LivingConditionsFamiliesAdoptionsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getAllAdoptedChildrenAndYoungPersons()
Fetch all adopted children and young persons aged 0-21 data.
|
List<ResponseModel> |
getAllAdoptedChildrenAndYoungPersons(Collection<String> sexes,
Collection<String> ages,
Collection<String> countriesOfBirths,
Collection<Integer> years)
Fetch all adopted children and young persons aged 0-21 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 LivingConditionsFamiliesAdoptionsClient()
Default constructor.
public LivingConditionsFamiliesAdoptionsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getAllAdoptedChildrenAndYoungPersons()
Fetch all adopted children and young persons aged 0-21 data.
ResponseModel
objectsgetAllAdoptedChildrenAndYoungPersons(Collection, Collection, Collection,
Collection)public List<ResponseModel> getAllAdoptedChildrenAndYoungPersons(Collection<String> sexes, Collection<String> ages, Collection<String> countriesOfBirths, Collection<Integer> years)
Fetch all adopted children and young persons aged 0-21 data which match the input constraints.
sexes - the sexesages - the agescountriesOfBirths - the countries of birthsyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.