Class LabourMarketClient


  • public class LabourMarketClient
    extends AbstractContainerClient

    Client which handles labour market data fetching.

    Since:
    0.3.0
    • Constructor Detail

      • LabourMarketClient

        public LabourMarketClient()

        Default constructor. Initializes values and creates sub-clients.

      • LabourMarketClient

        public LabourMarketClient​(Locale locale)

        Overloaded constructor.

        Parameters:
        locale - the Locale for this client
    • Method Detail

      • costIndex

        public LabourMarketCostIndexClient costIndex()

        Retrieve the client for interacting with labour market cost index data.

        Returns:
        a client for labour market cost index data
      • grossPay

        public LabourMarketGrossPayClient grossPay()

        Retrieve the client for interacting with labour market gross pay data.

        Returns:
        a client for labour market gross pay data
      • shortTermEmployment

        public LabourMarketShortTermEmploymentClient shortTermEmployment()

        Retrieve the client for interacting with labour market short-term employment data.

        Returns:
        a client for labour market short-term employment 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