Package com.seeq.api
Class ReportsApi
java.lang.Object
com.seeq.api.ReportsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateReport
(ReportInputV1 body) Generate report in the specified output format.createReportWithHeadersAndHttpInfo
(ReportInputV1 body, Map<String, String> customHeaders) Generate report in the specified output format.Generate report in the specified output format.long
void
setApiClient
(ApiClient apiClient) void
setRetryTimeout
(long retryTimeout)
-
Constructor Details
-
ReportsApi
public ReportsApi() -
ReportsApi
-
-
Method Details
-
setRetryTimeout
public void setRetryTimeout(long retryTimeout) -
getRetryTimeout
public long getRetryTimeout() -
getApiClient
-
setApiClient
-
createReport
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
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 ApiExceptionGenerate 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
-