| Modifier and Type | Method and Description |
|---|---|
static InputName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InputName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="email") public static final InputName INPUT_NAME_EMAIL
@SerializedName(value="country") public static final InputName INPUT_NAME_COUNTRY
@SerializedName(value="account_id") public static final InputName INPUT_NAME_ACCOUNT_ID
@SerializedName(value="validation_type") public static final InputName INPUT_NAME_VALIDATION_TYPE
@SerializedName(value="validation_id") public static final InputName INPUT_NAME_VALIDATION_ID
@SerializedName(value="status") public static final InputName INPUT_NAME_STATUS
@SerializedName(value="token") public static final InputName INPUT_NAME_TOKEN
@SerializedName(value="phone") public static final InputName INPUT_NAME_PHONE
@SerializedName(value="phone_number") public static final InputName INPUT_NAME_PHONE_NUMBER
@SerializedName(value="phone_type") public static final InputName INPUT_NAME_PHONE_TYPE
@SerializedName(value="phone_locale") public static final InputName INPUT_NAME_PHONE_LOCALE
@SerializedName(value="document_type") public static final InputName INPUT_NAME_DOCUMENT_TYPE
@SerializedName(value="front_document_photo") public static final InputName INPUT_NAME_DOCUMENT_FRONT
@SerializedName(value="back_document_photo") public static final InputName INPUT_NAME_DOCUMENT_BACK
@SerializedName(value="record_face_photo") public static final InputName INPUT_NAME_RECORD_FACE
@SerializedName(value="country_code") public static final InputName INPUT_NAME_COUNTRY_CODE
public static InputName[] values()
for (InputName c : InputName.values()) System.out.println(c);
public static InputName 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 null