Package com.vonage.client.verify2
Class VerifyCodeResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.verify2.VerifyCodeResponse
- All Implemented Interfaces:
Jsonable
Represents the response from
Verify2Client.checkVerificationCode(UUID, String).- Since:
- 8.9.2
-
Method Summary
Modifier and TypeMethodDescriptionID of the verify request.Status of the verification workflow.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Method Details
-
getRequestId
ID of the verify request.- Returns:
- The verify request ID.
-
getStatus
Status of the verification workflow.- Returns:
- The status as an enum.
-