com.telapi.api.domain
Class PhoneNumberCapabilities
java.lang.Object
com.telapi.api.domain.PhoneNumberCapabilities
public class PhoneNumberCapabilities
- extends Object
The features available with this incoming phone number. The voice and sms properties are either True or False depending on what the number is capable of.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhoneNumberCapabilities
public PhoneNumberCapabilities()
getVoice
public Boolean getVoice()
setVoice
public void setVoice(Boolean voice)
getSms
public Boolean getSms()
setSms
public void setSms(Boolean sms)
Copyright © 2012. All Rights Reserved.