Class BotDetectionDataApi
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.BotDetectionDataApi
-
public class BotDetectionDataApi extends Object
-
-
Constructor Summary
Constructors Constructor Description BotDetectionDataApi()BotDetectionDataApi(ApiClient apiClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()BotDetectionDataListDTOgetBotDetectionData()Get all Bot Detected Data Get all bot detected dataokhttp3.CallgetBotDetectionDataAsync(ApiCallback<BotDetectionDataListDTO> _callback)Get all Bot Detected Data (asynchronously) Get all bot detected dataokhttp3.CallgetBotDetectionDataCall(ApiCallback _callback)Build call for getBotDetectionDataApiResponse<BotDetectionDataListDTO>getBotDetectionDataWithHttpInfo()Get all Bot Detected Data Get all bot detected datavoidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
BotDetectionDataApi
public BotDetectionDataApi()
-
BotDetectionDataApi
public BotDetectionDataApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getBotDetectionDataCall
public okhttp3.Call getBotDetectionDataCall(ApiCallback _callback) throws ApiException
Build call for getBotDetectionData- Parameters:
_callback- Callback for upload/download progress- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
getBotDetectionData
public BotDetectionDataListDTO getBotDetectionData() throws ApiException
Get all Bot Detected Data Get all bot detected data- Returns:
- BotDetectionDataListDTO
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getBotDetectionDataWithHttpInfo
public ApiResponse<BotDetectionDataListDTO> getBotDetectionDataWithHttpInfo() throws ApiException
Get all Bot Detected Data Get all bot detected data- Returns:
- ApiResponse<BotDetectionDataListDTO>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getBotDetectionDataAsync
public okhttp3.Call getBotDetectionDataAsync(ApiCallback<BotDetectionDataListDTO> _callback) throws ApiException
Get all Bot Detected Data (asynchronously) Get all bot detected data- Parameters:
_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
-
-