public static enum VerifyRequest.Workflow extends java.lang.Enum<VerifyRequest.Workflow>
See: https://developer.nexmo.com/verify/guides/workflows-and-events for more details.
| Enum Constant and Description |
|---|
SMS |
SMS_SMS |
SMS_SMS_TTS |
SMS_TTS |
SMS_TTS_TTS
The default workflow.
|
TTS |
TTS_TTS |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
static VerifyRequest.Workflow |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VerifyRequest.Workflow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerifyRequest.Workflow SMS_TTS_TTS
public static final VerifyRequest.Workflow SMS_SMS_TTS
public static final VerifyRequest.Workflow TTS_TTS
public static final VerifyRequest.Workflow SMS_SMS
public static final VerifyRequest.Workflow SMS_TTS
public static final VerifyRequest.Workflow SMS
public static final VerifyRequest.Workflow TTS
public static VerifyRequest.Workflow[] values()
for (VerifyRequest.Workflow c : VerifyRequest.Workflow.values()) System.out.println(c);
public static VerifyRequest.Workflow 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 int getId()