public static enum AdhocNotificationService.ValiationOption extends Enum<AdhocNotificationService.ValiationOption>
| Enum Constant and Description |
|---|
CONTINUE_ON_NO_RECIPIENTS |
FAIL_ON_NO_RECIPIENTS |
| Modifier and Type | Method and Description |
|---|---|
static AdhocNotificationService.ValiationOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdhocNotificationService.ValiationOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdhocNotificationService.ValiationOption FAIL_ON_NO_RECIPIENTS
public static final AdhocNotificationService.ValiationOption CONTINUE_ON_NO_RECIPIENTS
public static AdhocNotificationService.ValiationOption[] values()
for (AdhocNotificationService.ValiationOption c : AdhocNotificationService.ValiationOption.values()) System.out.println(c);
public static AdhocNotificationService.ValiationOption 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 nullCopyright © 2002-2021 Atlassian. All Rights Reserved.