JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum
com.netsparker.cloud.model.ScanType
Packages that use
ScanType
Package
Description
com.netsparker.cloud.model
Uses of
ScanType
in
com.netsparker.cloud.model
Fields in
com.netsparker.cloud.model
declared as
ScanType
Modifier and Type
Field
Description
final
ScanType
ScanRequest.
scanType
Methods in
com.netsparker.cloud.model
that return
ScanType
Modifier and Type
Method
Description
static
ScanType
ScanType.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
ScanType
[]
ScanType.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.