Class ThrottlingPolicySearchApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.ThrottlingPolicySearchApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) throttlingPolicySearch(String query) Retrieve/Search Throttling Policies This operation provides you a list of available Throttling Policies qualifying the given keyword match.okhttp3.CallthrottlingPolicySearchAsync(String query, ApiCallback<ThrottlePolicyDetailsListDTO> _callback) Retrieve/Search Throttling Policies (asynchronously) This operation provides you a list of available Throttling Policies qualifying the given keyword match.okhttp3.CallthrottlingPolicySearchCall(String query, ApiCallback _callback) Build call for throttlingPolicySearchRetrieve/Search Throttling Policies This operation provides you a list of available Throttling Policies qualifying the given keyword match.
-
Constructor Details
-
ThrottlingPolicySearchApi
public ThrottlingPolicySearchApi() -
ThrottlingPolicySearchApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
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
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
-