Class ApplicationsApi

java.lang.Object
org.wso2.am.integration.clients.admin.api.ApplicationsApi

public class ApplicationsApi extends Object
  • Constructor Details

    • ApplicationsApi

      public ApplicationsApi()
    • ApplicationsApi

      public ApplicationsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • 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