public enum DetectorType extends Enum<DetectorType>
| Enum Constant and Description |
|---|
ANALYSIS
Enum value Analysis.
|
CATEGORY_OVERVIEW
Enum value CategoryOverview.
|
DETECTOR
Enum value Detector.
|
| Modifier and Type | Method and Description |
|---|---|
static DetectorType |
fromString(String value)
Parses a serialized value to a DetectorType instance.
|
String |
toString() |
static DetectorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DetectorType DETECTOR
public static final DetectorType ANALYSIS
public static final DetectorType CATEGORY_OVERVIEW
public static DetectorType[] values()
public static DetectorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DetectorType fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<DetectorType>Copyright © 2021 Microsoft Corporation. All rights reserved.