com.twilio.sdk.resource.instance
Class CallerIdValidation

java.lang.Object
  extended by com.twilio.sdk.resource.instance.CallerIdValidation

public class CallerIdValidation
extends Object


Constructor Summary
CallerIdValidation(TwilioRestResponse response)
          Instantiates a new caller id validation.
 
Method Summary
 String getPhoneNumber()
          Gets the phone number.
 String getProperty(String name)
          Gets the property.
 String getValidationCode()
          Gets the validation code.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallerIdValidation

public CallerIdValidation(TwilioRestResponse response)
Instantiates a new caller id validation.

Parameters:
response - the response
Method Detail

getValidationCode

public String getValidationCode()
Gets the validation code.

Returns:
the validation code

getPhoneNumber

public String getPhoneNumber()
Gets the phone number.

Returns:
the phone number

getProperty

public String getProperty(String name)
Gets the property.

Parameters:
name - the name
Returns:
the property


Copyright © 2011 Twilio, Inc. All Rights Reserved.