public static enum UserInput.UserInputID extends Enum<UserInput.UserInputID>
| Enum Constant and Description |
|---|
captcha |
confirmation |
otp |
pin |
secret_question |
token |
| Modifier and Type | Method and Description |
|---|---|
static UserInput.UserInputID |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserInput.UserInputID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserInput.UserInputID otp
public static final UserInput.UserInputID secret_question
public static final UserInput.UserInputID captcha
public static final UserInput.UserInputID pin
public static final UserInput.UserInputID confirmation
public static final UserInput.UserInputID token
public static UserInput.UserInputID[] values()
for (UserInput.UserInputID c : UserInput.UserInputID.values()) System.out.println(c);
public static UserInput.UserInputID 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 nullCopyright © 2021–2022 Dapi. All rights reserved.