com.telapi.api.domain
Class SubresourceUris
java.lang.Object
com.telapi.api.domain.SubresourceUris
public class SubresourceUris
- extends Object
List of an accounts various subresources and their URI path. Examples of
subresources are things like calls that occurred through the account, sms
messages, purchased phone numbers, etc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubresourceUris
public SubresourceUris()
getAvailablePhoneNumbers
public String getAvailablePhoneNumbers()
setAvailablePhoneNumbers
public void setAvailablePhoneNumbers(String availablePhoneNumbers)
getCalls
public String getCalls()
setCalls
public void setCalls(String calls)
getConferences
public String getConferences()
setConferences
public void setConferences(String conferences)
getIncomingPhoneNumbers
public String getIncomingPhoneNumbers()
setIncomingPhoneNumbers
public void setIncomingPhoneNumbers(String incomingPhoneNumbers)
getNotifications
public String getNotifications()
setNotifications
public void setNotifications(String notifications)
getRecordings
public String getRecordings()
setRecordings
public void setRecordings(String recordings)
getSmsMessages
public String getSmsMessages()
setSmsMessages
public void setSmsMessages(String smsMessages)
getTranscriptions
public String getTranscriptions()
setTranscriptions
public void setTranscriptions(String transcriptions)
getTransactions
public String getTransactions()
setTransactions
public void setTransactions(String transactions)
getApplications
public String getApplications()
setApplications
public void setApplications(String applications)
getFraud
public String getFraud()
setFraud
public void setFraud(String fraud)
getCnam
public String getCnam()
setCnam
public void setCnam(String cnam)
getCarrier
public String getCarrier()
setCarrier
public void setCarrier(String carrier)
Copyright © 2012. All Rights Reserved.