Class ApplicationsApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.ApplicationsApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplicationsApplicationIdDelete(String applicationId, String ifMatch) Delete an Application This operation can be used to delete an application by specifying its id.okhttp3.CallapplicationsApplicationIdDeleteAsync(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.CallapplicationsApplicationIdDeleteCall(String applicationId, String ifMatch, ApiCallback _callback) Build call for applicationsApplicationIdDeleteapplicationsApplicationIdDeleteWithHttpInfo(String applicationId, String ifMatch) Delete an Application This operation can be used to delete an application by specifying its id.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
ApplicationsApi
public ApplicationsApi() -
ApplicationsApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
applicationsApplicationIdDeleteCall
public okhttp3.Call applicationsApplicationIdDeleteCall(String applicationId, String ifMatch, ApiCallback _callback) throws ApiException Build call for applicationsApplicationIdDelete- Parameters:
applicationId- Application UUID (required)ifMatch- Validator for conditional requests; based on ETag (Will be supported in future). (optional)_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
applicationsApplicationIdDelete
public void applicationsApplicationIdDelete(String applicationId, String ifMatch) throws ApiException Delete an Application This operation can be used to delete an application by specifying its id.- Parameters:
applicationId- Application UUID (required)ifMatch- Validator for conditional requests; based on ETag (Will be supported in future). (optional)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
applicationsApplicationIdDeleteWithHttpInfo
public ApiResponse<Void> applicationsApplicationIdDeleteWithHttpInfo(String applicationId, String ifMatch) throws ApiException Delete an Application This operation can be used to delete an application by specifying its id.- Parameters:
applicationId- Application UUID (required)ifMatch- Validator for conditional requests; based on ETag (Will be supported in future). (optional)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
applicationsApplicationIdDeleteAsync
public okhttp3.Call applicationsApplicationIdDeleteAsync(String applicationId, String ifMatch, ApiCallback<Void> _callback) throws ApiException Delete an Application (asynchronously) This operation can be used to delete an application by specifying its id.- Parameters:
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 finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-