public class UndeployApiApi extends Object
| Constructor and Description |
|---|
UndeployApiApi() |
UndeployApiApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
DeployResponseDTO |
undeployApiPost(String apiName,
String version,
String tenantDomain)
Uneploy the API in the gateway
This operation is used to undeploy an API in the gateway.
|
com.squareup.okhttp.Call |
undeployApiPostAsync(String apiName,
String version,
String tenantDomain,
ApiCallback<DeployResponseDTO> callback)
Uneploy the API in the gateway (asynchronously)
This operation is used to undeploy an API in the gateway.
|
com.squareup.okhttp.Call |
undeployApiPostCall(String apiName,
String version,
String tenantDomain,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for undeployApiPost
|
ApiResponse<DeployResponseDTO> |
undeployApiPostWithHttpInfo(String apiName,
String version,
String tenantDomain)
Uneploy the API in the gateway
This operation is used to undeploy an API in the gateway.
|
public UndeployApiApi()
public UndeployApiApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call undeployApiPostCall(String apiName, String version, String tenantDomain, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
apiName - Name of the API (required)version - version of the API (required)tenantDomain - Tenant Domain of the API (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic DeployResponseDTO undeployApiPost(String apiName, String version, String tenantDomain) throws ApiException
apiName - Name of the API (required)version - version of the API (required)tenantDomain - Tenant Domain of the API (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<DeployResponseDTO> undeployApiPostWithHttpInfo(String apiName, String version, String tenantDomain) throws ApiException
apiName - Name of the API (required)version - version of the API (required)tenantDomain - Tenant Domain of the API (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call undeployApiPostAsync(String apiName, String version, String tenantDomain, ApiCallback<DeployResponseDTO> callback) throws ApiException
apiName - Name of the API (required)version - version of the API (required)tenantDomain - Tenant Domain of the API (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 objectCopyright © 2021 WSO2 Inc. All rights reserved.