public class IntegrationLinksApi
extends java.lang.Object
| Constructor and Description |
|---|
IntegrationLinksApi() |
IntegrationLinksApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
IntegrationLinkModel |
addOrUpdateIntegrationLink(java.util.UUID environmentId,
java.lang.Integer settingId,
IntegrationLinkType integrationLinkType,
java.lang.String key,
AddOrUpdateIntegrationLinkModel addOrUpdateIntegrationLinkModel)
Add or update Integration link
|
okhttp3.Call |
addOrUpdateIntegrationLinkAsync(java.util.UUID environmentId,
java.lang.Integer settingId,
IntegrationLinkType integrationLinkType,
java.lang.String key,
AddOrUpdateIntegrationLinkModel addOrUpdateIntegrationLinkModel,
ApiCallback<IntegrationLinkModel> _callback)
Add or update Integration link (asynchronously)
|
okhttp3.Call |
addOrUpdateIntegrationLinkCall(java.util.UUID environmentId,
java.lang.Integer settingId,
IntegrationLinkType integrationLinkType,
java.lang.String key,
AddOrUpdateIntegrationLinkModel addOrUpdateIntegrationLinkModel,
ApiCallback _callback)
Build call for addOrUpdateIntegrationLink
|
ApiResponse<IntegrationLinkModel> |
addOrUpdateIntegrationLinkWithHttpInfo(java.util.UUID environmentId,
java.lang.Integer settingId,
IntegrationLinkType integrationLinkType,
java.lang.String key,
AddOrUpdateIntegrationLinkModel addOrUpdateIntegrationLinkModel)
Add or update Integration link
|
DeleteIntegrationLinkModel |
deleteIntegrationLink(java.util.UUID environmentId,
java.lang.Integer settingId,
IntegrationLinkType integrationLinkType,
java.lang.String key)
Delete Integration link
|
okhttp3.Call |
deleteIntegrationLinkAsync(java.util.UUID environmentId,
java.lang.Integer settingId,
IntegrationLinkType integrationLinkType,
java.lang.String key,
ApiCallback<DeleteIntegrationLinkModel> _callback)
Delete Integration link (asynchronously)
|
okhttp3.Call |
deleteIntegrationLinkCall(java.util.UUID environmentId,
java.lang.Integer settingId,
IntegrationLinkType integrationLinkType,
java.lang.String key,
ApiCallback _callback)
Build call for deleteIntegrationLink
|
ApiResponse<DeleteIntegrationLinkModel> |
deleteIntegrationLinkWithHttpInfo(java.util.UUID environmentId,
java.lang.Integer settingId,
IntegrationLinkType integrationLinkType,
java.lang.String key)
Delete Integration link
|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
IntegrationLinkDetailsModel |
getIntegrationLinkDetails(IntegrationLinkType integrationLinkType,
java.lang.String key)
Get Integration link
|
okhttp3.Call |
getIntegrationLinkDetailsAsync(IntegrationLinkType integrationLinkType,
java.lang.String key,
ApiCallback<IntegrationLinkDetailsModel> _callback)
Get Integration link (asynchronously)
|
okhttp3.Call |
getIntegrationLinkDetailsCall(IntegrationLinkType integrationLinkType,
java.lang.String key,
ApiCallback _callback)
Build call for getIntegrationLinkDetails
|
ApiResponse<IntegrationLinkDetailsModel> |
getIntegrationLinkDetailsWithHttpInfo(IntegrationLinkType integrationLinkType,
java.lang.String key)
Get Integration link
|
IntegrationLinkModel |
jiraAddOrUpdateIntegrationLink(java.util.UUID environmentId,
java.lang.Integer settingId,
java.lang.String key,
AddOrUpdateJiraIntegrationLinkModel addOrUpdateJiraIntegrationLinkModel) |
okhttp3.Call |
jiraAddOrUpdateIntegrationLinkAsync(java.util.UUID environmentId,
java.lang.Integer settingId,
java.lang.String key,
AddOrUpdateJiraIntegrationLinkModel addOrUpdateJiraIntegrationLinkModel,
ApiCallback<IntegrationLinkModel> _callback)
(asynchronously)
|
okhttp3.Call |
jiraAddOrUpdateIntegrationLinkCall(java.util.UUID environmentId,
java.lang.Integer settingId,
java.lang.String key,
AddOrUpdateJiraIntegrationLinkModel addOrUpdateJiraIntegrationLinkModel,
ApiCallback _callback)
Build call for jiraAddOrUpdateIntegrationLink
|
ApiResponse<IntegrationLinkModel> |
jiraAddOrUpdateIntegrationLinkWithHttpInfo(java.util.UUID environmentId,
java.lang.Integer settingId,
java.lang.String key,
AddOrUpdateJiraIntegrationLinkModel addOrUpdateJiraIntegrationLinkModel) |
void |
jiraConnect(ConnectRequest connectRequest) |
okhttp3.Call |
jiraConnectAsync(ConnectRequest connectRequest,
ApiCallback<java.lang.Void> _callback)
(asynchronously)
|
okhttp3.Call |
jiraConnectCall(ConnectRequest connectRequest,
ApiCallback _callback)
Build call for jiraConnect
|
ApiResponse<java.lang.Void> |
jiraConnectWithHttpInfo(ConnectRequest connectRequest) |
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public IntegrationLinksApi()
public IntegrationLinksApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public java.lang.String getCustomBaseUrl()
public void setCustomBaseUrl(java.lang.String customBaseUrl)
public okhttp3.Call addOrUpdateIntegrationLinkCall(java.util.UUID environmentId,
java.lang.Integer settingId,
IntegrationLinkType integrationLinkType,
java.lang.String key,
AddOrUpdateIntegrationLinkModel addOrUpdateIntegrationLinkModel,
ApiCallback _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)integrationLinkType - The integration link's type. (required)key - The key of the integration link. (required)addOrUpdateIntegrationLinkModel - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | When everything is ok, the integration link data returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public IntegrationLinkModel addOrUpdateIntegrationLink(java.util.UUID environmentId, java.lang.Integer settingId, IntegrationLinkType integrationLinkType, java.lang.String key, AddOrUpdateIntegrationLinkModel addOrUpdateIntegrationLinkModel) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)integrationLinkType - The integration link's type. (required)key - The key of the integration link. (required)addOrUpdateIntegrationLinkModel - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | When everything is ok, the integration link data returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<IntegrationLinkModel> addOrUpdateIntegrationLinkWithHttpInfo(java.util.UUID environmentId, java.lang.Integer settingId, IntegrationLinkType integrationLinkType, java.lang.String key, AddOrUpdateIntegrationLinkModel addOrUpdateIntegrationLinkModel) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)integrationLinkType - The integration link's type. (required)key - The key of the integration link. (required)addOrUpdateIntegrationLinkModel - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | When everything is ok, the integration link data returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call addOrUpdateIntegrationLinkAsync(java.util.UUID environmentId,
java.lang.Integer settingId,
IntegrationLinkType integrationLinkType,
java.lang.String key,
AddOrUpdateIntegrationLinkModel addOrUpdateIntegrationLinkModel,
ApiCallback<IntegrationLinkModel> _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)integrationLinkType - The integration link's type. (required)key - The key of the integration link. (required)addOrUpdateIntegrationLinkModel - (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | When everything is ok, the integration link data returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call deleteIntegrationLinkCall(java.util.UUID environmentId,
java.lang.Integer settingId,
IntegrationLinkType integrationLinkType,
java.lang.String key,
ApiCallback _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)integrationLinkType - The integration's type. (required)key - The key of the integration link. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | When everything is ok. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public DeleteIntegrationLinkModel deleteIntegrationLink(java.util.UUID environmentId, java.lang.Integer settingId, IntegrationLinkType integrationLinkType, java.lang.String key) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)integrationLinkType - The integration's type. (required)key - The key of the integration link. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | When everything is ok. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<DeleteIntegrationLinkModel> deleteIntegrationLinkWithHttpInfo(java.util.UUID environmentId, java.lang.Integer settingId, IntegrationLinkType integrationLinkType, java.lang.String key) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)integrationLinkType - The integration's type. (required)key - The key of the integration link. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | When everything is ok. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call deleteIntegrationLinkAsync(java.util.UUID environmentId,
java.lang.Integer settingId,
IntegrationLinkType integrationLinkType,
java.lang.String key,
ApiCallback<DeleteIntegrationLinkModel> _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)integrationLinkType - The integration's type. (required)key - The key of the integration link. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | When everything is ok. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getIntegrationLinkDetailsCall(IntegrationLinkType integrationLinkType, java.lang.String key, ApiCallback _callback) throws ApiException
integrationLinkType - The integration link's type. (required)key - The key of the integration link. (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | When everything is ok, the details for the integration link returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public IntegrationLinkDetailsModel getIntegrationLinkDetails(IntegrationLinkType integrationLinkType, java.lang.String key) throws ApiException
integrationLinkType - The integration link's type. (required)key - The key of the integration link. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | When everything is ok, the details for the integration link returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<IntegrationLinkDetailsModel> getIntegrationLinkDetailsWithHttpInfo(IntegrationLinkType integrationLinkType, java.lang.String key) throws ApiException
integrationLinkType - The integration link's type. (required)key - The key of the integration link. (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | When everything is ok, the details for the integration link returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call getIntegrationLinkDetailsAsync(IntegrationLinkType integrationLinkType, java.lang.String key, ApiCallback<IntegrationLinkDetailsModel> _callback) throws ApiException
integrationLinkType - The integration link's type. (required)key - The key of the integration link. (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | When everything is ok, the details for the integration link returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call jiraAddOrUpdateIntegrationLinkCall(java.util.UUID environmentId,
java.lang.Integer settingId,
java.lang.String key,
AddOrUpdateJiraIntegrationLinkModel addOrUpdateJiraIntegrationLinkModel,
ApiCallback _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)key - The key of the integration link. (required)addOrUpdateJiraIntegrationLinkModel - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | When everything is ok, the integration link data returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public IntegrationLinkModel jiraAddOrUpdateIntegrationLink(java.util.UUID environmentId, java.lang.Integer settingId, java.lang.String key, AddOrUpdateJiraIntegrationLinkModel addOrUpdateJiraIntegrationLinkModel) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)key - The key of the integration link. (required)addOrUpdateJiraIntegrationLinkModel - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | When everything is ok, the integration link data returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<IntegrationLinkModel> jiraAddOrUpdateIntegrationLinkWithHttpInfo(java.util.UUID environmentId, java.lang.Integer settingId, java.lang.String key, AddOrUpdateJiraIntegrationLinkModel addOrUpdateJiraIntegrationLinkModel) throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)key - The key of the integration link. (required)addOrUpdateJiraIntegrationLinkModel - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | When everything is ok, the integration link data returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call jiraAddOrUpdateIntegrationLinkAsync(java.util.UUID environmentId,
java.lang.Integer settingId,
java.lang.String key,
AddOrUpdateJiraIntegrationLinkModel addOrUpdateJiraIntegrationLinkModel,
ApiCallback<IntegrationLinkModel> _callback)
throws ApiException
environmentId - The identifier of the Environment. (required)settingId - The id of the Setting. (required)key - The key of the integration link. (required)addOrUpdateJiraIntegrationLinkModel - (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | When everything is ok, the integration link data returned. | - |
| 400 | Bad request. | - |
| 404 | Not found. | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call jiraConnectCall(ConnectRequest connectRequest, ApiCallback _callback) throws ApiException
connectRequest - (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public void jiraConnect(ConnectRequest connectRequest) throws ApiException
connectRequest - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public ApiResponse<java.lang.Void> jiraConnectWithHttpInfo(ConnectRequest connectRequest) throws ApiException
connectRequest - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 200 | OK | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |
public okhttp3.Call jiraConnectAsync(ConnectRequest connectRequest, ApiCallback<java.lang.Void> _callback) throws ApiException
connectRequest - (optional)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 200 | OK | - |
| 429 | Too many requests. In case of the request rate exceeds the rate limits. | - |