public class LivingConditionsFamiliesLegalGuardiansClient extends AbstractClient
Client which handles living conditions families legal guardians data fetching.
Constructor and Description |
---|
LivingConditionsFamiliesLegalGuardiansClient()
Default constructor.
|
LivingConditionsFamiliesLegalGuardiansClient(Locale locale)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ResponseModel> |
getLegalGuardians()
Fetch all legal guardians data.
|
List<ResponseModel> |
getLegalGuardians(Collection<String> sexes,
Collection<String> caregivers,
Collection<String> familyTypes,
Collection<Integer> years)
Fetch all legal guardians data which match the input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocale, setLocalizationLocale
public LivingConditionsFamiliesLegalGuardiansClient()
Default constructor.
public LivingConditionsFamiliesLegalGuardiansClient(Locale locale)
Overloaded constructor.
locale
- the Locale
for this clientpublic List<ResponseModel> getLegalGuardians()
Fetch all legal guardians data.
ResponseModel
objectsgetLegalGuardians(Collection, Collection, Collection, Collection)
public List<ResponseModel> getLegalGuardians(Collection<String> sexes, Collection<String> caregivers, Collection<String> familyTypes, Collection<Integer> years)
Fetch all legal guardians data which match the input constraints.
sexes
- the sexescaregivers
- the caregiversfamilyTypes
- the family typesyears
- the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2018. All rights reserved.