Class ThrottlingPolicySearchApi
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.ThrottlingPolicySearchApi
-
public class ThrottlingPolicySearchApi extends Object
-
-
Constructor Summary
Constructors Constructor Description ThrottlingPolicySearchApi()ThrottlingPolicySearchApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()voidsetApiClient(ApiClient apiClient)ThrottlePolicyDetailsListDTOthrottlingPolicySearch(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 throttlingPolicySearchApiResponse<ThrottlePolicyDetailsListDTO>throttlingPolicySearchWithHttpInfo(String query)Retrieve/Search Throttling Policies This operation provides you a list of available Throttling Policies qualifying the given keyword match.
-
-
-
Constructor Detail
-
ThrottlingPolicySearchApi
public ThrottlingPolicySearchApi()
-
ThrottlingPolicySearchApi
public ThrottlingPolicySearchApi(ApiClient apiClient)
-
-
Method Detail
-
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
-
-