Class LabourMarketShortTermEmploymentClient
- java.lang.Object
-
- com.github.dannil.scbjavaclient.client.AbstractClient
-
- com.github.dannil.scbjavaclient.client.AbstractContainerClient
-
- com.github.dannil.scbjavaclient.client.labourmarket.shorttermemployment.LabourMarketShortTermEmploymentClient
-
public class LabourMarketShortTermEmploymentClient extends AbstractContainerClient
Client which handles labour market short-term employment data fetching.
- Since:
- 0.3.0
-
-
Constructor Summary
Constructors Constructor Description LabourMarketShortTermEmploymentClient()Default constructor.LabourMarketShortTermEmploymentClient(Locale locale)Overloaded constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLEndpointgetUrl()Returns the URL endpoint which this client represents.LabourMarketShortTermEmploymentPopulationClientpopulation()Retrieve the client for interacting with labour market short-term employment population data.LabourMarketShortTermEmploymentSickLeaveClientsickLeave()Retrieve the client for interacting with labour market short-term employment sick leave data.-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractContainerClient
addClient, getClient, setLocale
-
Methods inherited from class com.github.dannil.scbjavaclient.client.AbstractClient
doGetRequest, doPostRequest, getCommunicationProtocol, getLocale, getLocalizationLocale, getResponseModels, getResponseModels, getRootUrl, setCommunicationProtocol, setLocalizationLocale
-
-
-
-
Constructor Detail
-
LabourMarketShortTermEmploymentClient
public LabourMarketShortTermEmploymentClient()
Default constructor. Initializes values and creates sub-clients.
-
LabourMarketShortTermEmploymentClient
public LabourMarketShortTermEmploymentClient(Locale locale)
Overloaded constructor.
- Parameters:
locale- theLocalefor this client
-
-
Method Detail
-
population
public LabourMarketShortTermEmploymentPopulationClient population()
Retrieve the client for interacting with labour market short-term employment population data.
- Returns:
- a client for labour market short-term employment population data
-
sickLeave
public LabourMarketShortTermEmploymentSickLeaveClient sickLeave()
Retrieve the client for interacting with labour market short-term employment sick leave data.
- Returns:
- a client for labour market short-term employment sick leave data
-
getUrl
public URLEndpoint getUrl()
Description copied from class:AbstractClientReturns the URL endpoint which this client represents.
- Specified by:
getUrlin classAbstractClient- Returns:
- the URL endpoint for this client
-
-