public class LabourMarketShortTermEmploymentSickLeaveClient extends AbstractClient
Client which handles labour market short-term employment sick leave data fetching.
| Constructor and Description |
|---|
LabourMarketShortTermEmploymentSickLeaveClient()
Default constructor.
|
LabourMarketShortTermEmploymentSickLeaveClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getProportionOfAbsentEmployees()
Fetch all proportion of absent employees data.
|
List<ResponseModel> |
getProportionOfAbsentEmployees(Collection<String> industrialClassifications,
Collection<String> quarters)
Fetch all proportion of absent 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 LabourMarketShortTermEmploymentSickLeaveClient()
Default constructor.
public LabourMarketShortTermEmploymentSickLeaveClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getProportionOfAbsentEmployees()
Fetch all proportion of absent employees data.
ResponseModel
objectsgetProportionOfAbsentEmployees(Collection, Collection)public List<ResponseModel> getProportionOfAbsentEmployees(Collection<String> industrialClassifications, Collection<String> quarters)
Fetch all proportion of absent employees data which match the input constraints.
industrialClassifications - the industrial classificationsquarters - the quartersResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.