Class ExportService

java.lang.Object
com.gooddata.sdk.service.AbstractService
com.gooddata.sdk.service.export.ExportService

public class ExportService extends AbstractService
Export project data
  • Field Details

    • EXPORTING_URI

      public static final String EXPORTING_URI
      See Also:
    • OBJ_TEMPLATE

      public static final org.springframework.web.util.UriTemplate OBJ_TEMPLATE
    • PROJECT_TEMPLATE

      public static final org.springframework.web.util.UriTemplate PROJECT_TEMPLATE
  • Constructor Details

    • ExportService

      public ExportService(org.springframework.web.client.RestTemplate restTemplate, GoodDataSettings settings)
      Service for data export
      Parameters:
      restTemplate - REST template
      settings - settings
  • Method Details