Class GoodsAndServicesTurnoverServiceSectorOldTablesSNI2002Client


  • public class GoodsAndServicesTurnoverServiceSectorOldTablesSNI2002Client
    extends AbstractClient

    Client which handles goods and services turnover service sector old tables SNI 2002 data fetching.

    Since:
    0.7.0
    • Constructor Detail

      • GoodsAndServicesTurnoverServiceSectorOldTablesSNI2002Client

        public GoodsAndServicesTurnoverServiceSectorOldTablesSNI2002Client()

        Default constructor.

      • GoodsAndServicesTurnoverServiceSectorOldTablesSNI2002Client

        public GoodsAndServicesTurnoverServiceSectorOldTablesSNI2002Client​(Locale locale)

        Overloaded constructor.

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

      • getTurnoverIndexForMotorTradeHotelsRestaurantsAndOtherServicesSIC2002Yearly

        public List<ResponseModel> getTurnoverIndexForMotorTradeHotelsRestaurantsAndOtherServicesSIC2002Yearly​(Collection<String> industrialClassifications,
                                                                                                               Collection<Integer> years)

        Fetch all turnover index for motor trade, hotels, restaurants and other services (SIC 2002) yearly data which match the input constraints.

        Parameters:
        industrialClassifications - the industrial classifications
        years - the years
        Returns:
        the data wrapped in a list of ResponseModel objects
      • getTurnoverIndexForWholesaleTradeAndOtherServicesSIC2002Yearly

        public List<ResponseModel> getTurnoverIndexForWholesaleTradeAndOtherServicesSIC2002Yearly​(Collection<String> industrialClassifications,
                                                                                                  Collection<Integer> years)

        Fetch all turnover index for wholesale trade and other services by industry (SIC 2002) yearly data which match the input constraints.

        Parameters:
        industrialClassifications - the industrial classifications
        years - the years
        Returns:
        the data wrapped in a list of ResponseModel objects
      • getRetailSaleIndexSIC2002Monthly

        public List<ResponseModel> getRetailSaleIndexSIC2002Monthly​(Collection<String> industrialClassifications,
                                                                    Collection<String> months)

        Fetch all retail sale index by industry (SIC 2002) monthly data which match the input constraints.

        Parameters:
        industrialClassifications - the industrial classifications
        months - the months
        Returns:
        the data wrapped in a list of ResponseModel objects
      • getRetailSaleIndexSIC2002Yearly

        public List<ResponseModel> getRetailSaleIndexSIC2002Yearly​(Collection<String> industrialClassifications,
                                                                   Collection<Integer> years)

        Fetch all retail sale index by industry (SIC 2002) yearly data which match the input constraints.

        Parameters:
        industrialClassifications - the industrial classifications
        years - the years
        Returns:
        the data wrapped in a list of ResponseModel objects
      • getTurnoverIndexForMotorTradeHotelsRestaurantsAndOtherServicesSIC2002Quarterly

        public List<ResponseModel> getTurnoverIndexForMotorTradeHotelsRestaurantsAndOtherServicesSIC2002Quarterly​(Collection<String> industrialClassifications,
                                                                                                                  Collection<String> quarters)

        Fetch all turnover index for motor trade, hotels, restaurants and other services by industry (SIC 2002) quarterly data which match the input constraints.

        Parameters:
        industrialClassifications - the industrial classifications
        quarters - the quarters
        Returns:
        the data wrapped in a list of ResponseModel objects
      • getTurnoverIndexForWholesaleTradeAndOtherServicesSIC2002Quarterly

        public List<ResponseModel> getTurnoverIndexForWholesaleTradeAndOtherServicesSIC2002Quarterly​(Collection<String> industrialClassifications,
                                                                                                     Collection<String> quarters)

        Fetch all turnover index for wholesale trade and other services by industry (SIC 2002) quarterly data which match the input constraints.

        Parameters:
        industrialClassifications - the industrial classifications
        quarters - the quarters
        Returns:
        the data wrapped in a list of ResponseModel objects
      • 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