public class LabourMarketShortTermEmploymentClient extends AbstractContainerClient
Client which handles labour market short-term employment data fetching.
| Constructor and Description |
|---|
LabourMarketShortTermEmploymentClient()
Default constructor.
|
LabourMarketShortTermEmploymentClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
LabourMarketShortTermEmploymentPopulationClient |
population()
Retrieve the client for interacting with labour market short-term employment
population data.
|
LabourMarketShortTermEmploymentSickLeaveClient |
sickLeave()
Retrieve the client for interacting with labour market short-term employment
sick leave data.
|
addClient, getClient, setLocaledoGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocalepublic LabourMarketShortTermEmploymentClient()
Default constructor. Initializes values and creates sub-clients.
public LabourMarketShortTermEmploymentClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic LabourMarketShortTermEmploymentPopulationClient population()
Retrieve the client for interacting with labour market short-term employment population data.
public LabourMarketShortTermEmploymentSickLeaveClient sickLeave()
Retrieve the client for interacting with labour market short-term employment sick leave data.
public URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.