public enum NexmoTypingState extends java.lang.Enum<NexmoTypingState>
| Modifier and Type | Method and Description | 
|---|---|
| static NexmoTypingState | fromString(java.lang.String id) | 
| static NexmoTypingState | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static NexmoTypingState[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final NexmoTypingState ON
public static final NexmoTypingState OFF
public static NexmoTypingState[] values()
for (NexmoTypingState c : NexmoTypingState.values()) System.out.println(c);
public static NexmoTypingState 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 nullpublic static NexmoTypingState fromString(java.lang.String id)