public class ApplicationsApi extends Object
| Constructor and Description |
|---|
ApplicationsApi() |
ApplicationsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
applicationsApplicationIdDelete(String applicationId,
String ifMatch)
Delete an Application
This operation can be used to delete an application by specifying its id.
|
okhttp3.Call |
applicationsApplicationIdDeleteAsync(String applicationId,
String ifMatch,
ApiCallback<Void> _callback)
Delete an Application (asynchronously)
This operation can be used to delete an application by specifying its id.
|
okhttp3.Call |
applicationsApplicationIdDeleteCall(String applicationId,
String ifMatch,
ApiCallback _callback)
Build call for applicationsApplicationIdDelete
|
ApiResponse<Void> |
applicationsApplicationIdDeleteWithHttpInfo(String applicationId,
String ifMatch)
Delete an Application
This operation can be used to delete an application by specifying its id.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public ApplicationsApi()
public ApplicationsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call applicationsApplicationIdDeleteCall(String applicationId, String ifMatch, ApiCallback _callback) throws ApiException
applicationId - Application UUID (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic void applicationsApplicationIdDelete(String applicationId, String ifMatch) throws ApiException
applicationId - Application UUID (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> applicationsApplicationIdDeleteWithHttpInfo(String applicationId, String ifMatch) throws ApiException
applicationId - Application UUID (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call applicationsApplicationIdDeleteAsync(String applicationId, String ifMatch, ApiCallback<Void> _callback) throws ApiException
applicationId - Application UUID (required)ifMatch - Validator for conditional requests; based on ETag (Will be supported in future). (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.