Serializable, Comparable<Notification.Type>public static enum Notification.Type extends Enum<Notification.Type>
| Enum Constant | Description |
|---|---|
ASSIGNED |
|
CLOSED |
|
CREATED |
|
ISSUE_REMINDER |
|
SELF_REGISTER |
|
UPDATED |
| Modifier and Type | Method | Description |
|---|---|---|
Integer |
getCode() |
|
static Notification.Type |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Notification.Type[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.Type CREATED
public static final Notification.Type UPDATED
public static final Notification.Type ASSIGNED
public static final Notification.Type CLOSED
public static final Notification.Type SELF_REGISTER
public static final Notification.Type ISSUE_REMINDER
public static Notification.Type[] values()
for (Notification.Type c : Notification.Type.values()) System.out.println(c);
public static Notification.Type 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 Integer getCode()
Copyright © 2002–2019 itracker. All rights reserved.