public enum FDXNotificationPriority extends Enum<FDXNotificationPriority>
Modifier and Type | Class and Description |
---|---|
static class |
FDXNotificationPriority.Adapter |
Enum Constant and Description |
---|
ENUM_UNKNOWN |
HIGH |
LOW |
MEDIUM |
Modifier and Type | Method and Description |
---|---|
static FDXNotificationPriority |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static FDXNotificationPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FDXNotificationPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FDXNotificationPriority HIGH
public static final FDXNotificationPriority MEDIUM
public static final FDXNotificationPriority LOW
public static final FDXNotificationPriority ENUM_UNKNOWN
public static FDXNotificationPriority[] values()
for (FDXNotificationPriority c : FDXNotificationPriority.values()) System.out.println(c);
public static FDXNotificationPriority 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<FDXNotificationPriority>
public static FDXNotificationPriority fromValue(String value)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.