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