public enum TraceFilterKeycode extends Enum<TraceFilterKeycode>
| Enum Constant and Description |
|---|
ALL_ISSUES |
APP_ID |
CRITICAL_HIGH_SEVERITIES |
CURRENT_WEEK |
HIGH_CONFIDENCE |
OPEN_TRACES |
RULE_NAME |
SERVER_ID |
URL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TraceFilterKeycode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceFilterKeycode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraceFilterKeycode ALL_ISSUES
public static final TraceFilterKeycode CRITICAL_HIGH_SEVERITIES
public static final TraceFilterKeycode CURRENT_WEEK
public static final TraceFilterKeycode HIGH_CONFIDENCE
public static final TraceFilterKeycode OPEN_TRACES
public static final TraceFilterKeycode APP_ID
public static final TraceFilterKeycode SERVER_ID
public static final TraceFilterKeycode URL
public static final TraceFilterKeycode RULE_NAME
public static TraceFilterKeycode[] values()
for (TraceFilterKeycode c : TraceFilterKeycode.values()) System.out.println(c);
public static TraceFilterKeycode 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 String toString()
toString in class Enum<TraceFilterKeycode>Copyright © 2021 Contrast Security. All rights reserved.