Uses of Class
com.cloudmersive.virusscan.model.WebsiteScanResult
Packages that use WebsiteScanResult
-
Uses of WebsiteScanResult in com.cloudmersive.virusscan.api
Methods in com.cloudmersive.virusscan.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 com.cloudmersive.virusscan.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 com.cloudmersive.virusscan.model
Methods in com.cloudmersive.virusscan.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)