public class LivingConditionsClient extends AbstractContainerClient
Client which handles living conditions data fetching.
| Constructor and Description |
|---|
LivingConditionsClient()
Default constructor.
|
LivingConditionsClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
LivingConditionsFamiliesClient |
families()
Retrieve the client for interacting with living conditions families data.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
LivingConditionsSurveysClient |
surveys()
Retrieve the client for interacting with living conditions surveys data.
|
addClient, getClient, setLocaledoGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocalepublic LivingConditionsClient()
Default constructor. Initializes values and creates sub-clients.
public LivingConditionsClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic LivingConditionsFamiliesClient families()
Retrieve the client for interacting with living conditions families data.
public LivingConditionsSurveysClient surveys()
Retrieve the client for interacting with living conditions surveys data.
public URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.