Package com.seeq.api

Class ReportsApi

java.lang.Object
com.seeq.api.ReportsApi

public class ReportsApi extends Object
  • Constructor Details

    • ReportsApi

      public ReportsApi()
    • ReportsApi

      public ReportsApi(ApiClient apiClient)
  • Method Details

    • setRetryTimeout

      public void setRetryTimeout(long retryTimeout)
    • getRetryTimeout

      public long getRetryTimeout()
    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • createReport

      public File createReport(ReportInputV1 body) throws ApiException
      Generate report in the specified output format. Currently only pptx is supported.
      Parameters:
      body - ReportInput defining the report output format (required)
      Returns:
      File
      Throws:
      ApiException - if fails to make API call
    • createReportWithHttpInfo

      public ApiClient.ApiResponse<File> createReportWithHttpInfo(ReportInputV1 body) throws ApiException
      Generate report in the specified output format. Currently only pptx is supported.
      Parameters:
      body - ReportInput defining the report output format (required)
      Throws:
      ApiException - if fails to make API call
    • createReportWithHeadersAndHttpInfo

      public ApiClient.ApiResponse<File> createReportWithHeadersAndHttpInfo(ReportInputV1 body, Map<String,String> customHeaders) throws ApiException
      Generate report in the specified output format. Currently only pptx is supported.
      Parameters:
      body - ReportInput defining the report output format (required)
      customHeaders - a map with custom headers for the HTTP request (required)
      Throws:
      ApiException - if fails to make API call