public static enum EncryptedPassportElement.Type extends java.lang.Enum<EncryptedPassportElement.Type>
| Enum Constant and Description |
|---|
address |
bank_statement |
driver_license |
email |
identity_card |
internal_passport |
passport |
passport_registration |
personal_details |
phone_number |
rental_agreement |
temporary_registration |
utility_bill |
| Modifier and Type | Method and Description |
|---|---|
static EncryptedPassportElement.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncryptedPassportElement.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncryptedPassportElement.Type personal_details
public static final EncryptedPassportElement.Type passport
public static final EncryptedPassportElement.Type driver_license
public static final EncryptedPassportElement.Type identity_card
public static final EncryptedPassportElement.Type internal_passport
public static final EncryptedPassportElement.Type address
public static final EncryptedPassportElement.Type utility_bill
public static final EncryptedPassportElement.Type bank_statement
public static final EncryptedPassportElement.Type rental_agreement
public static final EncryptedPassportElement.Type passport_registration
public static final EncryptedPassportElement.Type temporary_registration
public static final EncryptedPassportElement.Type phone_number
public static final EncryptedPassportElement.Type email
public static EncryptedPassportElement.Type[] values()
for (EncryptedPassportElement.Type c : EncryptedPassportElement.Type.values()) System.out.println(c);
public static EncryptedPassportElement.Type 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