public class BotDetectionDataApi extends Object
| Constructor and Description |
|---|
BotDetectionDataApi() |
BotDetectionDataApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
BotDetectionDataListDTO |
getBotDetectionData()
Get all Bot Detected Data
Get all bot detected data
|
okhttp3.Call |
getBotDetectionDataAsync(ApiCallback<BotDetectionDataListDTO> _callback)
Get all Bot Detected Data (asynchronously)
Get all bot detected data
|
okhttp3.Call |
getBotDetectionDataCall(ApiCallback _callback)
Build call for getBotDetectionData
|
ApiResponse<BotDetectionDataListDTO> |
getBotDetectionDataWithHttpInfo()
Get all Bot Detected Data
Get all bot detected data
|
void |
setApiClient(ApiClient apiClient) |
public BotDetectionDataApi()
public BotDetectionDataApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getBotDetectionDataCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body objectpublic BotDetectionDataListDTO getBotDetectionData() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<BotDetectionDataListDTO> getBotDetectionDataWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic okhttp3.Call getBotDetectionDataAsync(ApiCallback<BotDetectionDataListDTO> _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 objectCopyright © 2021 WSO2 Inc. All rights reserved.