Package com.seeq.api
Class AddOnsApi
java.lang.Object
com.seeq.api.AddOnsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
archiveAddOn
(String id) Archive an Add-on itemvoid
archiveAddOnWithHeadersAndHttpInfo
(String id, Map<String, String> customHeaders) Archive an Add-on itemvoid
Archive an Add-on itemcreateAddOn
(AddOnInputV1 body) Create a new Add-on itemcreateAddOnWithHeadersAndHttpInfo
(AddOnInputV1 body, Map<String, String> customHeaders) Create a new Add-on itemCreate a new Add-on itemGet an Add-on itemGet a list of Add-on itemsGet a list of Add-on itemsgetAddOnsWithHttpInfo
(Integer offset, Integer limit) Get a list of Add-on itemsgetAddOnWithHeadersAndHttpInfo
(String id, Map<String, String> customHeaders) Get an Add-on itemGet an Add-on itemgetAllAddOns
(Integer offset, Integer limit) Get a list of all installed Add-ons.Get a list of all installed Add-ons.getAllAddOnsWithHttpInfo
(Integer offset, Integer limit) Get a list of all installed Add-ons.long
void
setApiClient
(ApiClient apiClient) void
setRetryTimeout
(long retryTimeout) updateAddOn
(String id, AddOnInputV1 body) Update an Add-onupdateAddOnWithHeadersAndHttpInfo
(String id, AddOnInputV1 body, Map<String, String> customHeaders) Update an Add-onupdateAddOnWithHttpInfo
(String id, AddOnInputV1 body) Update an Add-on
-
Constructor Details
-
AddOnsApi
public AddOnsApi() -
AddOnsApi
-
-
Method Details
-
setRetryTimeout
public void setRetryTimeout(long retryTimeout) -
getRetryTimeout
public long getRetryTimeout() -
getApiClient
-
setApiClient
-
archiveAddOn
Archive an Add-on item- Parameters:
id
- ID of the Add-on item to archive. (required)- Throws:
ApiException
- if fails to make API call
-
archiveAddOnWithHttpInfo
Archive an Add-on item- Parameters:
id
- ID of the Add-on item to archive. (required)- Throws:
ApiException
- if fails to make API call
-
archiveAddOnWithHeadersAndHttpInfo
public void archiveAddOnWithHeadersAndHttpInfo(String id, Map<String, String> customHeaders) throws ApiExceptionArchive an Add-on item- Parameters:
id
- ID of the Add-on item to archive. (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
createAddOn
Create a new Add-on item- Parameters:
body
- (required)- Returns:
- AddOnOutputV1
- Throws:
ApiException
- if fails to make API call
-
createAddOnWithHttpInfo
public ApiClient.ApiResponse<AddOnOutputV1> createAddOnWithHttpInfo(AddOnInputV1 body) throws ApiException Create a new Add-on item- Parameters:
body
- (required)- Throws:
ApiException
- if fails to make API call
-
createAddOnWithHeadersAndHttpInfo
public ApiClient.ApiResponse<AddOnOutputV1> createAddOnWithHeadersAndHttpInfo(AddOnInputV1 body, Map<String, String> customHeaders) throws ApiExceptionCreate a new Add-on item- Parameters:
body
- (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getAddOn
Get an Add-on item- Parameters:
id
- The Seeq ID for the Add-on (required)- Returns:
- AddOnOutputV1
- Throws:
ApiException
- if fails to make API call
-
getAddOnWithHttpInfo
Get an Add-on item- Parameters:
id
- The Seeq ID for the Add-on (required)- Throws:
ApiException
- if fails to make API call
-
getAddOnWithHeadersAndHttpInfo
public ApiClient.ApiResponse<AddOnOutputV1> getAddOnWithHeadersAndHttpInfo(String id, Map<String, String> customHeaders) throws ApiExceptionGet an Add-on item- Parameters:
id
- The Seeq ID for the Add-on (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getAddOns
Get a list of Add-on items- Parameters:
offset
- The pagination offset, the index of the first Add-on item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of Add-on items that will be returned in this page of results (optional, default to 40)- Returns:
- AddOnOutputListV1
- Throws:
ApiException
- if fails to make API call
-
getAddOnsWithHttpInfo
public ApiClient.ApiResponse<AddOnOutputListV1> getAddOnsWithHttpInfo(Integer offset, Integer limit) throws ApiException Get a list of Add-on items- Parameters:
offset
- The pagination offset, the index of the first Add-on item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of Add-on items that will be returned in this page of results (optional, default to 40)- Throws:
ApiException
- if fails to make API call
-
getAddOnsWithHeadersAndHttpInfo
public ApiClient.ApiResponse<AddOnOutputListV1> getAddOnsWithHeadersAndHttpInfo(Integer offset, Integer limit, Map<String, String> customHeaders) throws ApiExceptionGet a list of Add-on items- Parameters:
offset
- The pagination offset, the index of the first Add-on item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of Add-on items that will be returned in this page of results (optional, default to 40)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
getAllAddOns
Get a list of all installed Add-ons. If the acting user is a non-administrator, the in-development Add-ons of other users will not be listed.- Parameters:
offset
- The pagination offset, the index of the first Add-on item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of Add-on items that will be returned in this page of results (optional, default to 40)- Returns:
- AddOnPreviewOutputListV1
- Throws:
ApiException
- if fails to make API call
-
getAllAddOnsWithHttpInfo
public ApiClient.ApiResponse<AddOnPreviewOutputListV1> getAllAddOnsWithHttpInfo(Integer offset, Integer limit) throws ApiException Get a list of all installed Add-ons. If the acting user is a non-administrator, the in-development Add-ons of other users will not be listed.- Parameters:
offset
- The pagination offset, the index of the first Add-on item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of Add-on items that will be returned in this page of results (optional, default to 40)- Throws:
ApiException
- if fails to make API call
-
getAllAddOnsWithHeadersAndHttpInfo
public ApiClient.ApiResponse<AddOnPreviewOutputListV1> getAllAddOnsWithHeadersAndHttpInfo(Integer offset, Integer limit, Map<String, String> customHeaders) throws ApiExceptionGet a list of all installed Add-ons. If the acting user is a non-administrator, the in-development Add-ons of other users will not be listed.- Parameters:
offset
- The pagination offset, the index of the first Add-on item that will be returned in this page of results (optional, default to 0)limit
- The pagination limit, the total number of Add-on items that will be returned in this page of results (optional, default to 40)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-
updateAddOn
Update an Add-on- Parameters:
id
- The Seeq ID for the Add-on (required)body
- (required)- Returns:
- AddOnOutputV1
- Throws:
ApiException
- if fails to make API call
-
updateAddOnWithHttpInfo
public ApiClient.ApiResponse<AddOnOutputV1> updateAddOnWithHttpInfo(String id, AddOnInputV1 body) throws ApiException Update an Add-on- Parameters:
id
- The Seeq ID for the Add-on (required)body
- (required)- Throws:
ApiException
- if fails to make API call
-
updateAddOnWithHeadersAndHttpInfo
public ApiClient.ApiResponse<AddOnOutputV1> updateAddOnWithHeadersAndHttpInfo(String id, AddOnInputV1 body, Map<String, String> customHeaders) throws ApiExceptionUpdate an Add-on- Parameters:
id
- The Seeq ID for the Add-on (required)body
- (required)customHeaders
- a map with custom headers for the HTTP request (required)- Throws:
ApiException
- if fails to make API call
-