Class ThrottlingPolicySearchApi

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

public class ThrottlingPolicySearchApi extends Object
  • Constructor Details

    • ThrottlingPolicySearchApi

      public ThrottlingPolicySearchApi()
    • ThrottlingPolicySearchApi

      public ThrottlingPolicySearchApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • throttlingPolicySearchCall

      public okhttp3.Call throttlingPolicySearchCall(String query, ApiCallback _callback) throws ApiException
      Build call for throttlingPolicySearch
      Parameters:
      query - **Search**. You can search by providing a keyword. Allowed to search by type only. (optional)
      _callback - Callback for upload/download progress
      Returns:
      Call to execute
      Throws:
      ApiException - If fail to serialize the request body object
    • throttlingPolicySearch

      public ThrottlePolicyDetailsListDTO throttlingPolicySearch(String query) throws ApiException
      Retrieve/Search Throttling Policies This operation provides you a list of available Throttling Policies qualifying the given keyword match.
      Parameters:
      query - **Search**. You can search by providing a keyword. Allowed to search by type only. (optional)
      Returns:
      ThrottlePolicyDetailsListDTO
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • throttlingPolicySearchWithHttpInfo

      public ApiResponse<ThrottlePolicyDetailsListDTO> throttlingPolicySearchWithHttpInfo(String query) throws ApiException
      Retrieve/Search Throttling Policies This operation provides you a list of available Throttling Policies qualifying the given keyword match.
      Parameters:
      query - **Search**. You can search by providing a keyword. Allowed to search by type only. (optional)
      Returns:
      ApiResponse<ThrottlePolicyDetailsListDTO>
      Throws:
      ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
    • throttlingPolicySearchAsync

      public okhttp3.Call throttlingPolicySearchAsync(String query, ApiCallback<ThrottlePolicyDetailsListDTO> _callback) throws ApiException
      Retrieve/Search Throttling Policies (asynchronously) This operation provides you a list of available Throttling Policies qualifying the given keyword match.
      Parameters:
      query - **Search**. You can search by providing a keyword. Allowed to search by type only. (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