Uses of Enum
org.openapitools.client.model.WebsiteScanResult.WebsiteThreatTypeEnum
Packages that use WebsiteScanResult.WebsiteThreatTypeEnum
-
Uses of WebsiteScanResult.WebsiteThreatTypeEnum in org.openapitools.client.model
Methods in org.openapitools.client.model that return WebsiteScanResult.WebsiteThreatTypeEnumModifier and TypeMethodDescriptionWebsiteScanResult.getWebsiteThreatType()Type of threat returned; can be None, Malware, ForcedDownload or PhishingWebsiteScanResult.WebsiteThreatTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns 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 org.openapitools.client.model with parameters of type WebsiteScanResult.WebsiteThreatTypeEnumModifier and TypeMethodDescriptionvoidWebsiteScanResult.setWebsiteThreatType(WebsiteScanResult.WebsiteThreatTypeEnum websiteThreatType) WebsiteScanResult.websiteThreatType(WebsiteScanResult.WebsiteThreatTypeEnum websiteThreatType) voidWebsiteScanResult.WebsiteThreatTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, WebsiteScanResult.WebsiteThreatTypeEnum enumeration)