public class VerificationCheck extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
VerificationCheck.Channel |
| Modifier and Type | Method and Description |
|---|---|
static VerificationCheckCreator |
creator(String pathServiceSid,
String code)
Create a VerificationCheckCreator to execute create.
|
boolean |
equals(Object o) |
static VerificationCheck |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a VerificationCheck object using the
provided ObjectMapper.
|
static VerificationCheck |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a VerificationCheck object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The Account Sid..
|
VerificationCheck.Channel |
getChannel()
Returns The sms or call.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date this Verification Check was created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date this Verification Check was updated.
|
String |
getServiceSid()
Returns The Service Sid..
|
String |
getSid()
Returns The A string that uniquely identifies this Verification Check..
|
String |
getStatus()
Returns The pending, approved, denied or expired.
|
String |
getTo()
Returns The To phonenumber.
|
Boolean |
getValid()
Returns The successful verification.
|
int |
hashCode() |
String |
toString() |
public static VerificationCheckCreator creator(String pathServiceSid, String code)
pathServiceSid - The service_sidcode - The verification stringpublic static VerificationCheck fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static VerificationCheck fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getSid()
public final String getServiceSid()
public final String getAccountSid()
public final String getTo()
public final VerificationCheck.Channel getChannel()
public final String getStatus()
public final Boolean getValid()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
Copyright © 2016 Twilio, Inc. All Rights Reserved.