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, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic 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()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.