public static enum EventNotification.NotificationTypeEnum extends Enum<EventNotification.NotificationTypeEnum>
| Enum Constant and Description |
|---|
ALLWATCHERS |
COMPONENTLEAD |
CURRENTASSIGNEE |
CURRENTUSER |
EMAILADDRESS |
GROUP |
GROUPCUSTOMFIELD |
PROJECTLEAD |
PROJECTROLE |
REPORTER |
USER |
USERCUSTOMFIELD |
| Modifier and Type | Method and Description |
|---|---|
static EventNotification.NotificationTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static EventNotification.NotificationTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventNotification.NotificationTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventNotification.NotificationTypeEnum CURRENTASSIGNEE
public static final EventNotification.NotificationTypeEnum REPORTER
public static final EventNotification.NotificationTypeEnum CURRENTUSER
public static final EventNotification.NotificationTypeEnum PROJECTLEAD
public static final EventNotification.NotificationTypeEnum COMPONENTLEAD
public static final EventNotification.NotificationTypeEnum USER
public static final EventNotification.NotificationTypeEnum GROUP
public static final EventNotification.NotificationTypeEnum PROJECTROLE
public static final EventNotification.NotificationTypeEnum EMAILADDRESS
public static final EventNotification.NotificationTypeEnum ALLWATCHERS
public static final EventNotification.NotificationTypeEnum USERCUSTOMFIELD
public static final EventNotification.NotificationTypeEnum GROUPCUSTOMFIELD
public static EventNotification.NotificationTypeEnum[] values()
for (EventNotification.NotificationTypeEnum c : EventNotification.NotificationTypeEnum.values()) System.out.println(c);
public static EventNotification.NotificationTypeEnum 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 getValue()
public String toString()
toString in class Enum<EventNotification.NotificationTypeEnum>public static EventNotification.NotificationTypeEnum fromValue(String value)
Copyright © 2011–2021 Everit Kft.. All rights reserved.