| Enum Constant and Description |
|---|
RequestCall |
RequestEmail |
RequestSMS |
RequestTelegram |
RequestWhatsapp |
undefined |
VerifyCall |
VerifyEmail |
VerifySMS |
VerifyTelegram |
VerifyWhatsapp |
| Modifier and Type | Method and Description |
|---|---|
static Service |
get(int value) |
int |
getValue() |
static Service |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Service[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Service undefined
public static final Service RequestCall
public static final Service VerifyCall
public static final Service RequestSMS
public static final Service VerifySMS
public static final Service RequestEmail
public static final Service VerifyEmail
public static final Service RequestTelegram
public static final Service VerifyTelegram
public static final Service RequestWhatsapp
public static final Service VerifyWhatsapp
public static Service[] values()
for (Service c : Service.values()) System.out.println(c);
public static Service 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 getValue()
public static Service get(int value)