public static enum SearchRequest.SearchType extends Enum<SearchRequest.SearchType>
Enum Constant and Description |
---|
SCAN_CONFIG |
VULNERABILITY |
Modifier and Type | Method and Description |
---|---|
static SearchRequest.SearchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchRequest.SearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchRequest.SearchType VULNERABILITY
public static final SearchRequest.SearchType SCAN_CONFIG
public static SearchRequest.SearchType[] values()
for (SearchRequest.SearchType c : SearchRequest.SearchType.values()) System.out.println(c);
public static SearchRequest.SearchType 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 nullCopyright © 2016–2023. All rights reserved.