public class LabourMarketShortTermEmploymentPopulationClient extends AbstractClient
Client which handles labour market short-term employment population data fetching.
| Constructor and Description |
|---|
LabourMarketShortTermEmploymentPopulationClient()
Default constructor.
|
LabourMarketShortTermEmploymentPopulationClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getNumberOfEmployees()
Fetch all number of employees data.
|
List<ResponseModel> |
getNumberOfEmployees(Collection<String> regions,
Collection<String> sectors,
Collection<String> quarters)
Fetch all number of employees data which match the input constraints.
|
URLEndpoint |
getUrl()
Returns the URL endpoint which this client represents.
|
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocale, setLocalizationLocalepublic LabourMarketShortTermEmploymentPopulationClient()
Default constructor.
public LabourMarketShortTermEmploymentPopulationClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getNumberOfEmployees()
Fetch all number of employees data.
ResponseModel
objectsgetNumberOfEmployees(Collection, Collection, Collection)public List<ResponseModel> getNumberOfEmployees(Collection<String> regions, Collection<String> sectors, Collection<String> quarters)
Fetch all number of employees data which match the input constraints.
regions - the regionssectors - the sectorsquarters - the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.