Class ExportService

    • Constructor Detail

      • ExportService

        public ExportService​(org.springframework.web.client.RestTemplate restTemplate,
                             GoodDataEndpoint endpoint,
                             GoodDataSettings settings)
        Service for data export
        Parameters:
        restTemplate - REST template
        endpoint - GoodData Endpoint
        settings - settings
      • ExportService

        @Deprecated
        public ExportService​(org.springframework.web.client.RestTemplate restTemplate,
                             GoodDataEndpoint endpoint)
        Deprecated.
        use ExportService(RestTemplate, GoodDataEndpoint, GoodDataSettings) constructor instead
        Service for data export
        Parameters:
        restTemplate - REST template
        endpoint - GoodData Endpoint