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).Method parameters in org.openapitools.client.api with type arguments of type WebsiteScanResultModifier and TypeMethodDescriptionokhttp3.CallScanApi.scanWebsiteAsync(WebsiteScanRequest input, ApiCallback<WebsiteScanResult> _callback) Scan a website for malicious content and threats (asynchronously) 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) static WebsiteScanResultCreate an instance of WebsiteScanResult given an JSON stringWebsiteScanResult.websiteHttpResponseCode(Integer websiteHttpResponseCode) WebsiteScanResult.websiteThreatType(WebsiteScanResult.WebsiteThreatTypeEnum websiteThreatType)