Uses of Class
org.wso2.am.integration.clients.admin.api.dto.BotDetectionDataListDTO
-
Packages that use BotDetectionDataListDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of BotDetectionDataListDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return BotDetectionDataListDTO Modifier and Type Method Description BotDetectionDataListDTOBotDetectionDataApi. getBotDetectionData()Get all Bot Detected Data Get all bot detected dataMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type BotDetectionDataListDTO Modifier and Type Method Description ApiResponse<BotDetectionDataListDTO>BotDetectionDataApi. getBotDetectionDataWithHttpInfo()Get all Bot Detected Data Get all bot detected dataMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type BotDetectionDataListDTO Modifier and Type Method Description okhttp3.CallBotDetectionDataApi. getBotDetectionDataAsync(ApiCallback<BotDetectionDataListDTO> _callback)Get all Bot Detected Data (asynchronously) Get all bot detected data -
Uses of BotDetectionDataListDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return BotDetectionDataListDTO Modifier and Type Method Description BotDetectionDataListDTOBotDetectionDataListDTO. count(Integer count)BotDetectionDataListDTOBotDetectionDataListDTO. list(List<BotDetectionDataDTO> list)
-