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.
|
String |
getUrl()
Returns the URL endpoint which this client represents.
|
addClient, setLocaledoGetRequest, doPostRequest, getLocale, getLocalizationLocale, getRootUrl, 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 String getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2017. All rights reserved.