public class LabourMarketGrossPayAggregateWagesClient extends AbstractClient
Client which handles labour market gross pay aggregate wages data fetching.
| Constructor and Description |
|---|
LabourMarketGrossPayAggregateWagesClient()
Default constructor.
|
LabourMarketGrossPayAggregateWagesClient(Locale locale)
Overloaded constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResponseModel> |
getGrossPay()
Fetch all gross pay data.
|
List<ResponseModel> |
getGrossPay(Collection<String> counties,
Collection<Integer> years)
Fetch all gross pay 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 LabourMarketGrossPayAggregateWagesClient()
Default constructor.
public LabourMarketGrossPayAggregateWagesClient(Locale locale)
Overloaded constructor.
locale - the Locale for this clientpublic List<ResponseModel> getGrossPay()
Fetch all gross pay data.
ResponseModel
objectsgetGrossPay(Collection, Collection)public List<ResponseModel> getGrossPay(Collection<String> counties, Collection<Integer> years)
Fetch all gross pay data which match the input constraints.
counties - the countiesyears - the yearsResponseModel
objectspublic URLEndpoint getUrl()
AbstractClientReturns the URL endpoint which this client represents.
getUrl in class AbstractClientCopyright © 2019. All rights reserved.