public enum ZoopRequestType extends java.lang.Enum<ZoopRequestType>
Enum Constant and Description |
---|
FACE_LIVENESS |
FACE_MATCH |
HANDLE_OFFLINE_KYC |
OFFLINE_AADHAAR |
REQ_OFFLINE_KYC |
SDK_ERROR |
UIDAI_WEBVIEW |
Modifier and Type | Field and Description |
---|---|
int |
intValue |
java.lang.String |
stringValue |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRequest() |
int |
getRequestValue() |
java.lang.String |
toString() |
static ZoopRequestType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZoopRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZoopRequestType OFFLINE_AADHAAR
public static final ZoopRequestType REQ_OFFLINE_KYC
public static final ZoopRequestType HANDLE_OFFLINE_KYC
public static final ZoopRequestType UIDAI_WEBVIEW
public static final ZoopRequestType FACE_MATCH
public static final ZoopRequestType FACE_LIVENESS
public static final ZoopRequestType SDK_ERROR
public static ZoopRequestType[] values()
for (ZoopRequestType c : ZoopRequestType.values()) System.out.println(c);
public static ZoopRequestType 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 java.lang.String getRequest()
public int getRequestValue()
public java.lang.String toString()
toString
in class java.lang.Enum<ZoopRequestType>