public enum PreferenceCategory extends Enum<PreferenceCategory> implements HasCode<PreferenceCategory>
| Enum Constant and Description |
|---|
ADVANCED_SETTINGS |
AUTHORIZED_OAUTH_APP |
DIRECT_CHANNEL_SHOW |
DISPLAY_SETTINGS |
FLAGGED_POST |
LAST |
NOTIFICATIONS |
THEME |
TUTORIAL_STEPS |
| Modifier and Type | Method and Description |
|---|---|
static PreferenceCategory |
of(String code) |
static PreferenceCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PreferenceCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PreferenceCategory DIRECT_CHANNEL_SHOW
public static final PreferenceCategory TUTORIAL_STEPS
public static final PreferenceCategory ADVANCED_SETTINGS
public static final PreferenceCategory FLAGGED_POST
public static final PreferenceCategory DISPLAY_SETTINGS
public static final PreferenceCategory THEME
public static final PreferenceCategory AUTHORIZED_OAUTH_APP
public static final PreferenceCategory LAST
public static final PreferenceCategory NOTIFICATIONS
public static PreferenceCategory[] values()
for (PreferenceCategory c : PreferenceCategory.values()) System.out.println(c);
public static PreferenceCategory 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 static PreferenceCategory of(String code)
Copyright © 2018. All rights reserved.