public static enum UnifiedThread.EnumMontageSupportedFeatures extends Enum<UnifiedThread.EnumMontageSupportedFeatures>
| Enum Constant and Description |
|---|
NULL |
VALUE_LIGHTWEIGHT_REPLY |
VALUE_SHOW_STORY_IN_MESSENGER_THREAD |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static UnifiedThread.EnumMontageSupportedFeatures |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnifiedThread.EnumMontageSupportedFeatures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnifiedThread.EnumMontageSupportedFeatures VALUE_LIGHTWEIGHT_REPLY
public static final UnifiedThread.EnumMontageSupportedFeatures VALUE_SHOW_STORY_IN_MESSENGER_THREAD
public static final UnifiedThread.EnumMontageSupportedFeatures NULL
public static UnifiedThread.EnumMontageSupportedFeatures[] values()
for (UnifiedThread.EnumMontageSupportedFeatures c : UnifiedThread.EnumMontageSupportedFeatures.values()) System.out.println(c);
public static UnifiedThread.EnumMontageSupportedFeatures 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 toString()
toString in class Enum<UnifiedThread.EnumMontageSupportedFeatures>Copyright © 2018. All rights reserved.