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, setLocale
doGetRequest, doPostRequest, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setLocalizationLocale
public 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()
AbstractClient
Returns the URL endpoint which this client represents.
getUrl
in class AbstractClient
Copyright © 2017. All rights reserved.