Uses of Class
org.openapitools.client.model.WebsiteScanResult
Packages that use WebsiteScanResult
-
Uses of WebsiteScanResult in org.openapitools.client.api
Methods in org.openapitools.client.api that return WebsiteScanResultModifier and TypeMethodDescriptionScanApi.scanWebsite(WebsiteScanRequest input) Scan a website for malicious content and threats Operation includes scanning the content of the URL for various types of malicious content and threats, including viruses and threats (including Phishing).Methods in org.openapitools.client.api that return types with arguments of type WebsiteScanResultModifier and TypeMethodDescriptionScanApi.scanWebsiteWithHttpInfo(WebsiteScanRequest input) Scan a website for malicious content and threats Operation includes scanning the content of the URL for various types of malicious content and threats, including viruses and threats (including Phishing). -
Uses of WebsiteScanResult in org.openapitools.client.model
Methods in org.openapitools.client.model that return WebsiteScanResultModifier and TypeMethodDescriptionWebsiteScanResult.addFoundVirusesItem(VirusFound foundVirusesItem) WebsiteScanResult.cleanResult(Boolean cleanResult) WebsiteScanResult.foundViruses(List<VirusFound> foundViruses) WebsiteScanResult.websiteHttpResponseCode(Integer websiteHttpResponseCode) WebsiteScanResult.websiteThreatType(WebsiteScanResult.WebsiteThreatTypeEnum websiteThreatType)