public class ThrottlingApi extends Object
| Constructor and Description |
|---|
ThrottlingApi() |
ThrottlingApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,BlockConditionsDTO> |
blockGet()
blocking events available
This will provide access to throttled events in database.
|
com.squareup.okhttp.Call |
blockGetAsync(ApiCallback<Map<String,BlockConditionsDTO>> callback)
blocking events available (asynchronously)
This will provide access to throttled events in database.
|
com.squareup.okhttp.Call |
blockGetCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for blockGet
|
ApiResponse<Map<String,BlockConditionsDTO>> |
blockGetWithHttpInfo()
blocking events available
This will provide access to throttled events in database.
|
ApiClient |
getApiClient() |
ThrottledEventDTO |
isThrottledGet(String query)
throttled events available
This will provide access to throttled events in database.
|
com.squareup.okhttp.Call |
isThrottledGetAsync(String query,
ApiCallback<ThrottledEventDTO> callback)
throttled events available (asynchronously)
This will provide access to throttled events in database.
|
com.squareup.okhttp.Call |
isThrottledGetCall(String query,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for isThrottledGet
|
ApiResponse<ThrottledEventDTO> |
isThrottledGetWithHttpInfo(String query)
throttled events available
This will provide access to throttled events in database.
|
void |
setApiClient(ApiClient apiClient) |
String |
throttleAsStringGet(String query)
throttled events available
This will provide access to throttled events in database.
|
com.squareup.okhttp.Call |
throttleAsStringGetAsync(String query,
ApiCallback<String> callback)
throttled events available (asynchronously)
This will provide access to throttled events in database.
|
com.squareup.okhttp.Call |
throttleAsStringGetCall(String query,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttleAsStringGet
|
ApiResponse<String> |
throttleAsStringGetWithHttpInfo(String query)
throttled events available
This will provide access to throttled events in database.
|
List<ThrottledEventDTO> |
throttleGet(String query)
throttled events available
This will provide access to throttled events in database.
|
com.squareup.okhttp.Call |
throttleGetAsync(String query,
ApiCallback<List<ThrottledEventDTO>> callback)
throttled events available (asynchronously)
This will provide access to throttled events in database.
|
com.squareup.okhttp.Call |
throttleGetCall(String query,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for throttleGet
|
ApiResponse<List<ThrottledEventDTO>> |
throttleGetWithHttpInfo(String query)
throttled events available
This will provide access to throttled events in database.
|
public ThrottlingApi()
public ThrottlingApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call blockGetCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Map<String,BlockConditionsDTO> blockGet() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Map<String,BlockConditionsDTO>> blockGetWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call blockGetAsync(ApiCallback<Map<String,BlockConditionsDTO>> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call isThrottledGetCall(String query, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic ThrottledEventDTO isThrottledGet(String query) throws ApiException
query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<ThrottledEventDTO> isThrottledGetWithHttpInfo(String query) throws ApiException
query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call isThrottledGetAsync(String query, ApiCallback<ThrottledEventDTO> callback) throws ApiException
query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call throttleAsStringGetCall(String query, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String throttleAsStringGet(String query) throws ApiException
query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> throttleAsStringGetWithHttpInfo(String query) throws ApiException
query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call throttleAsStringGetAsync(String query, ApiCallback<String> callback) throws ApiException
query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call throttleGetCall(String query, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic List<ThrottledEventDTO> throttleGet(String query) throws ApiException
query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<List<ThrottledEventDTO>> throttleGetWithHttpInfo(String query) throws ApiException
query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call throttleGetAsync(String query, ApiCallback<List<ThrottledEventDTO>> callback) throws ApiException
query - **Search condition**. You can search for an application by specifying the name as \"query\" attribute. Eg. \"app1\" will match an application if the name is exactly \"app1\". Currently this does not support wildcards. Given name must exactly match the application name. (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021 WSO2 Inc. All rights reserved.