Class GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client


  • public class GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client
    extends AbstractClient

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

    Since:
    0.7.0
    • Constructor Detail

      • GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client

        public GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client()

        Default constructor.

      • GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client

        public GoodsAndServicesTurnoverServiceSectorOldTablesSNI2007Client​(Locale locale)

        Overloaded constructor.

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

      • getTurnoverIndexForTheServiceSectorSIC2007Yearly

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

        Fetch all turnover index for the service sector by industry (SIC 2007) 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
      • getTurnoverIndexForTheServiceSectorSIC2007Quarterly

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

        Fetch all turnover index for the service sector by industry (SIC 2007) 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