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<ChildAdoption> |
getChildAdoptions()
Fetch all child adoptions data.
|
List<ChildAdoption> |
getChildAdoptions(Collection<String> sexes,
Collection<String> ages,
Collection<String> birthCountries,
Collection<Integer> years)
Fetch all child adoptions data which match the input constraints.
|
String |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getRootUrl, setLocale, setLocalizationLocalepublic LivingConditionsFamiliesAdoptionsClient()
Default constructor.
public LivingConditionsFamiliesAdoptionsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ChildAdoption> getChildAdoptions()
Fetch all child adoptions data.
ChildAdoption objectsgetChildAdoptions(Collection, Collection, Collection, Collection)public List<ChildAdoption> getChildAdoptions(Collection<String> sexes, Collection<String> ages, Collection<String> birthCountries, Collection<Integer> years)
Fetch all child adoptions data which match the input constraints.
sexes - the sexesages - the agesbirthCountries - the birth countriesyears - the yearsChildAdoption objectspublic String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.