com.telapi.api.domain
Class CallSubresourceUris

java.lang.Object
  extended by com.telapi.api.domain.CallSubresourceUris

public class CallSubresourceUris
extends Object

List of a calls various subresources and their URI path. Examples of call subresources are notifications, recordings, etc.


Constructor Summary
CallSubresourceUris()
           
 
Method Summary
 String getNotifications()
           
 String getRecordings()
           
 void setNotifications(String notifications)
           
 void setRecordings(String recordings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallSubresourceUris

public CallSubresourceUris()
Method Detail

getNotifications

public String getNotifications()

setNotifications

public void setNotifications(String notifications)

getRecordings

public String getRecordings()

setRecordings

public void setRecordings(String recordings)


Copyright © 2012. All Rights Reserved.