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