public enum NotificationType extends java.lang.Enum<NotificationType>
| Enum Constant and Description |
|---|
BOM_EDIT |
LICENSE_LIMIT |
POLICY_OVERRIDE |
PROJECT |
PROJECT_VERSION |
RULE_VIOLATION |
RULE_VIOLATION_CLEARED |
VERSION_BOM_CODE_LOCATION_BOM_COMPUTED |
VULNERABILITY |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
prettyPrint() |
static NotificationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotificationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationType BOM_EDIT
public static final NotificationType LICENSE_LIMIT
public static final NotificationType POLICY_OVERRIDE
public static final NotificationType PROJECT
public static final NotificationType PROJECT_VERSION
public static final NotificationType RULE_VIOLATION
public static final NotificationType RULE_VIOLATION_CLEARED
public static final NotificationType VERSION_BOM_CODE_LOCATION_BOM_COMPUTED
public static final NotificationType VULNERABILITY
public static NotificationType[] values()
for (NotificationType c : NotificationType.values()) System.out.println(c);
public static NotificationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String prettyPrint()