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