Class BotDetectionDataApi


  • public class BotDetectionDataApi
    extends Object
    • 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