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