Class LabourMarketShortTermEmploymentClient


  • public class LabourMarketShortTermEmploymentClient
    extends AbstractContainerClient

    Client which handles labour market short-term employment data fetching.

    Since:
    0.3.0
    • Constructor Detail

      • LabourMarketShortTermEmploymentClient

        public LabourMarketShortTermEmploymentClient()

        Default constructor. Initializes values and creates sub-clients.

      • LabourMarketShortTermEmploymentClient

        public LabourMarketShortTermEmploymentClient​(Locale locale)

        Overloaded constructor.

        Parameters:
        locale - the Locale for 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: AbstractClient

        Returns the URL endpoint which this client represents.

        Specified by:
        getUrl in class AbstractClient
        Returns:
        the URL endpoint for this client