Uses of Enum
com.cloudmersive.virusscan.model.WebsiteScanResult.WebsiteThreatTypeEnum
Packages that use WebsiteScanResult.WebsiteThreatTypeEnum
-
Uses of WebsiteScanResult.WebsiteThreatTypeEnum in com.cloudmersive.virusscan.model
Methods in com.cloudmersive.virusscan.model that return WebsiteScanResult.WebsiteThreatTypeEnumModifier and TypeMethodDescriptionWebsiteScanResult.getWebsiteThreatType()Type of threat returned; can be None, Malware, ForcedDownload or PhishingReturns the enum constant of this type with the specified name.WebsiteScanResult.WebsiteThreatTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.cloudmersive.virusscan.model with parameters of type WebsiteScanResult.WebsiteThreatTypeEnumModifier and TypeMethodDescriptionvoidWebsiteScanResult.setWebsiteThreatType(WebsiteScanResult.WebsiteThreatTypeEnum websiteThreatType) WebsiteScanResult.websiteThreatType(WebsiteScanResult.WebsiteThreatTypeEnum websiteThreatType)