| Modifier and Type | Method and Description |
|---|---|
static StepType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StepType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="enter_email") public static final StepType ENTER_EMAIL
@SerializedName(value="enter_email_verification_code") public static final StepType ENTER_EMAIL_VERIFICATION_CODE
@SerializedName(value="enter_phone") public static final StepType ENTER_PHONE
@SerializedName(value="enter_phone_verification_code") public static final StepType ENTER_PHONE_VERIFICATION_CODE
@SerializedName(value="enter_document_type") public static final StepType ENTER_DOCUMENT_TYPE
@SerializedName(value="take_document_photo") public static final StepType TAKE_DOCUMENT_PHOTO
@SerializedName(value="record_face_photo") public static final StepType RECORD_FACE_PHOTO
@SerializedName(value="record_face_photo_liveness") public static final StepType RECORD_FACE_PHOTO_LIVENESS
@SerializedName(value="record_face_video") public static final StepType RECORD_FACE_VIDEO
@SerializedName(value="record_face_video_liveness") public static final StepType RECORD_FACE_VIDEO_LIVENESS
@SerializedName(value="enter_face_verification") public static final StepType ENTER_FACE_VERIFICATION
@SerializedName(value="enter_face_verification_liveness") public static final StepType ENTER_FACE_VERIFICATION_LIVENESS
@SerializedName(value="redirect_to_client") public static final StepType REDIRECT_TO_CLIENT
@SerializedName(value="get_validations_result") public static final StepType VALIDATIONS_RESULT
public static StepType[] values()
for (StepType c : StepType.values()) System.out.println(c);
public static StepType 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