Package com.seeq.api
Class ReportTemplatesApi
java.lang.Object
com.seeq.api.ReportTemplatesApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Archive a report templatevoid
archiveReportTemplateWithHeadersAndHttpInfo
(String id, Map<String, String> customHeaders) Archive a report templatevoid
Archive a report templateCreate a new report templatecreateReportTemplateWithHeadersAndHttpInfo
(ReportTemplateInputV1 body, Map<String, String> customHeaders) Create a new report templateCreate a new report templateGet a report template itemgetReportTemplateWithHeadersAndHttpInfo
(String id, Map<String, String> customHeaders) Get a report template itemGet a report template itemlong
void
getThumbnail
(String id) Get the thumbnail for a report templatevoid
getThumbnailWithHeadersAndHttpInfo
(String id, Map<String, String> customHeaders) Get the thumbnail for a report templatevoid
Get the thumbnail for a report templatevoid
setApiClient
(ApiClient apiClient) void
setRetryTimeout
(long retryTimeout) updateReportTemplate
(String id, ReportTemplateInputV1 body) Update the given report templateupdateReportTemplateWithHeadersAndHttpInfo
(String id, ReportTemplateInputV1 body, Map<String, String> customHeaders) Update the given report templateUpdate the given report template
-
Constructor Details
-
ReportTemplatesApi
public ReportTemplatesApi() -
ReportTemplatesApi
-
-
Method Details
-
setRetryTimeout
public void setRetryTimeout(long retryTimeout) -
getRetryTimeout
public long getRetryTimeout() -
getApiClient
-
setApiClient
-
archiveReportTemplate
Archive a report template- Parameters:
id
- ID of the report template to archive. (required)- Throws:
ApiException
- if fails to make API call
-
archiveReportTemplateWithHttpInfo
Archive a report template- Parameters:
id
- ID of the report template to archive. (required)- Throws:
ApiException
- if fails to make API call
-
archiveReportTemplateWithHeadersAndHttpInfo
public void archiveReportTemplateWithHeadersAndHttpInfo(String id, Map<String, String> customHeaders) throws ApiExceptionArchive a report template- Parameters:
id
- ID of the report template to archive. (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
createReportTemplate
Create a new report template- Parameters:
body
- (required)- Returns:
- ReportTemplateOutputV1
- Throws:
ApiException
- if fails to make API call
-
createReportTemplateWithHttpInfo
public ApiClient.ApiResponse<ReportTemplateOutputV1> createReportTemplateWithHttpInfo(ReportTemplateInputV1 body) throws ApiException Create a new report template- Parameters:
body
- (required)- Throws:
ApiException
- if fails to make API call
-
createReportTemplateWithHeadersAndHttpInfo
public ApiClient.ApiResponse<ReportTemplateOutputV1> createReportTemplateWithHeadersAndHttpInfo(ReportTemplateInputV1 body, Map<String, String> customHeaders) throws ApiExceptionCreate a new report template- Parameters:
body
- (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getReportTemplate
Get a report template item- Parameters:
id
- The Seeq ID for the report template (required)- Returns:
- ReportTemplateOutputV1
- Throws:
ApiException
- if fails to make API call
-
getReportTemplateWithHttpInfo
public ApiClient.ApiResponse<ReportTemplateOutputV1> getReportTemplateWithHttpInfo(String id) throws ApiException Get a report template item- Parameters:
id
- The Seeq ID for the report template (required)- Throws:
ApiException
- if fails to make API call
-
getReportTemplateWithHeadersAndHttpInfo
public ApiClient.ApiResponse<ReportTemplateOutputV1> getReportTemplateWithHeadersAndHttpInfo(String id, Map<String, String> customHeaders) throws ApiExceptionGet a report template item- Parameters:
id
- The Seeq ID for the report template (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getThumbnail
Get the thumbnail for a report template- Parameters:
id
- ID of the report template which you want the thumbnail of. (required)- Throws:
ApiException
- if fails to make API call
-
getThumbnailWithHttpInfo
Get the thumbnail for a report template- Parameters:
id
- ID of the report template which you want the thumbnail of. (required)- Throws:
ApiException
- if fails to make API call
-
getThumbnailWithHeadersAndHttpInfo
public void getThumbnailWithHeadersAndHttpInfo(String id, Map<String, String> customHeaders) throws ApiExceptionGet the thumbnail for a report template- Parameters:
id
- ID of the report template which you want the thumbnail of. (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
updateReportTemplate
public ReportTemplateOutputV1 updateReportTemplate(String id, ReportTemplateInputV1 body) throws ApiException Update the given report template- Parameters:
id
- The Seeq ID for the report template (required)body
- (required)- Returns:
- ReportTemplateOutputV1
- Throws:
ApiException
- if fails to make API call
-
updateReportTemplateWithHttpInfo
public ApiClient.ApiResponse<ReportTemplateOutputV1> updateReportTemplateWithHttpInfo(String id, ReportTemplateInputV1 body) throws ApiException Update the given report template- Parameters:
id
- The Seeq ID for the report template (required)body
- (required)- Throws:
ApiException
- if fails to make API call
-
updateReportTemplateWithHeadersAndHttpInfo
public ApiClient.ApiResponse<ReportTemplateOutputV1> updateReportTemplateWithHeadersAndHttpInfo(String id, ReportTemplateInputV1 body, Map<String, String> customHeaders) throws ApiExceptionUpdate the given report template- Parameters:
id
- The Seeq ID for the report template (required)body
- (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-