public enum SFNotificationLocale extends java.lang.Enum<SFNotificationLocale>
| Enum Constant and Description |
|---|
Chinese |
Dutch |
English |
French |
German |
Invariant |
Japanese |
Korean |
Portuguese |
Russian |
Spanish |
| Modifier and Type | Method and Description |
|---|---|
static SFNotificationLocale |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SFNotificationLocale[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SFNotificationLocale Invariant
public static final SFNotificationLocale English
public static final SFNotificationLocale German
public static final SFNotificationLocale Spanish
public static final SFNotificationLocale French
public static final SFNotificationLocale Dutch
public static final SFNotificationLocale Chinese
public static final SFNotificationLocale Russian
public static final SFNotificationLocale Japanese
public static final SFNotificationLocale Korean
public static final SFNotificationLocale Portuguese
public static SFNotificationLocale[] values()
for (SFNotificationLocale c : SFNotificationLocale.values()) System.out.println(c);
public static SFNotificationLocale valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null