public static enum NotificationRecipient.Scope extends Enum<NotificationRecipient.Scope>
Enum Constant and Description |
---|
CHAIN |
DEPLOYMENT |
SYSTEM |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
static NotificationRecipient.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationRecipient.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotificationRecipient.Scope CHAIN
public static final NotificationRecipient.Scope SYSTEM
public static final NotificationRecipient.Scope DEPLOYMENT
public static NotificationRecipient.Scope[] values()
for (NotificationRecipient.Scope c : NotificationRecipient.Scope.values()) System.out.println(c);
public static NotificationRecipient.Scope 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 getDisplayName()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.