Class BotDetectionDataApi
java.lang.Object
org.wso2.am.integration.clients.admin.api.BotDetectionDataApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet all Bot Detected Data Get all bot detected dataokhttp3.CallGet all Bot Detected Data (asynchronously) Get all bot detected dataokhttp3.CallgetBotDetectionDataCall(ApiCallback _callback) Build call for getBotDetectionDataGet all Bot Detected Data Get all bot detected datavoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
BotDetectionDataApi
public BotDetectionDataApi() -
BotDetectionDataApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getBotDetectionDataCall
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
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
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
-