public class LabourMarketCostIndexClient extends AbstractClient
Client which handles labour market cost index data fetching.
| Constructor and Description |
|---|
LabourMarketCostIndexClient()
Default constructor.
|
LabourMarketCostIndexClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getCostIndexForManualWorkersLCI()
Fetch all cost index for manual workers (LCI) data.
|
List<ResponseModel> |
getCostIndexForManualWorkersLCI(Collection<String> industrialClassifications,
Collection<String> quarters)
Fetch all cost index for manual workers (LCI) data which match the input
constraints.
|
List<ResponseModel> |
getCostIndexForManualWorkersWAG()
Fetch all cost index for manual workers (WAG) data.
|
List<ResponseModel> |
getCostIndexForManualWorkersWAG(Collection<String> industrialClassifications,
Collection<String> quarters)
Fetch all cost index for manual workers (WAG) data which match the input
constraints.
|
List<ResponseModel> |
getCostIndexForNonManualWorkersLCI()
Fetch all cost index for non-manual workers (LCI) data.
|
List<ResponseModel> |
getCostIndexForNonManualWorkersLCI(Collection<String> industrialClassifications,
Collection<String> quarters)
Fetch all cost index for non-manual workers (LCI) data which match the input
constraints.
|
List<ResponseModel> |
getCostIndexForNonManualWorkersWAG()
Fetch all cost index for non-manual workers (WAG) data.
|
List<ResponseModel> |
getCostIndexForNonManualWorkersWAG(Collection<String> industrialClassifications,
Collection<String> quarters)
Fetch all cost index for non-manual workers (WAG) 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 LabourMarketCostIndexClient()
Default constructor.
public LabourMarketCostIndexClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getCostIndexForManualWorkersLCI()
Fetch all cost index for manual workers (LCI) data.
ResponseModel
objectsgetCostIndexForManualWorkersLCI(Collection, Collection)public List<ResponseModel> getCostIndexForManualWorkersLCI(Collection<String> industrialClassifications, Collection<String> quarters)
Fetch all cost index for manual workers (LCI) data which match the input constraints.
industrialClassifications - the industrial classifications to fetch data forquarters - the quarters to fetch data forResponseModel
objectspublic List<ResponseModel> getCostIndexForNonManualWorkersLCI()
Fetch all cost index for non-manual workers (LCI) data.
ResponseModel
objectsgetCostIndexForNonManualWorkersLCI(Collection, Collection)public List<ResponseModel> getCostIndexForNonManualWorkersLCI(Collection<String> industrialClassifications, Collection<String> quarters)
Fetch all cost index for non-manual workers (LCI) data which match the input constraints.
industrialClassifications - the industrial classifications to fetch data forquarters - the quarters to fetch data forResponseModel
objectspublic List<ResponseModel> getCostIndexForManualWorkersWAG()
Fetch all cost index for manual workers (WAG) data.
ResponseModel
objectsgetCostIndexForManualWorkersWAG(Collection, Collection)public List<ResponseModel> getCostIndexForManualWorkersWAG(Collection<String> industrialClassifications, Collection<String> quarters)
Fetch all cost index for manual workers (WAG) data which match the input constraints.
industrialClassifications - the industrial classifications to fetch data forquarters - the quarters to fetch data forResponseModelpublic List<ResponseModel> getCostIndexForNonManualWorkersWAG()
Fetch all cost index for non-manual workers (WAG) data.
ResponseModel
objectsgetCostIndexForNonManualWorkersWAG(Collection, Collection)public List<ResponseModel> getCostIndexForNonManualWorkersWAG(Collection<String> industrialClassifications, Collection<String> quarters)
Fetch all cost index for non-manual workers (WAG) data which match the input constraints.
industrialClassifications - the industrial classifications to fetch data forquarters - the quarters to fetch data forResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.