Package com.vonage.client.verify
Class SearchVerifyResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.verify.SearchVerifyResponse
- All Implemented Interfaces:
Jsonable
-
Method Summary
Modifier and TypeMethodDescriptionstatic SearchVerifyResponsevoidupdateFromJson(String json) Updates this class's fields from the JSON payload.Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toString
-
Method Details
-
getStatus
-
getVerificationRequests
-
getErrorText
- Returns:
- If status is not SUCCESS, this message explains the issue encountered.
-
updateFromJson
Description copied from interface:JsonableUpdates this class's fields from the JSON payload.- Parameters:
json- The JSON string.
-
fromJson
-