Uses of Class
com.telapi.api.domain.list.NotificationList

Packages that use NotificationList
com.telapi.api   
com.telapi.api.restproxies   
 

Uses of NotificationList in com.telapi.api
 

Methods in com.telapi.api that return NotificationList
 NotificationList TelapiConnector.listCallNotifications(String callSid, LogLevel log, Long page, Long pageSize)
          Returns a list of notifications associated with a certain Call.
 NotificationList TelapiConnector.listCallNotifications(String accountSid, String callSid, LogLevel log, Long page, Long pageSize)
           
 NotificationList TelapiConnector.listNotifications()
          Returns a list of all notifications associated with the account.
 NotificationList TelapiConnector.listNotifications(LogLevel log, Long page, Long pageSize)
          Returns a list of notifications associated with the account.
 NotificationList TelapiConnector.listNotifications(String accountSid, LogLevel log, Long page, Long pageSize)
           
 

Uses of NotificationList in com.telapi.api.restproxies
 

Methods in com.telapi.api.restproxies that return types with arguments of type NotificationList
 org.jboss.resteasy.client.ClientResponse<NotificationList> NotificationProxy.listCallNotifications(String accountSid, String callSid, LogLevel log, Long page, Long pageSize)
           
 org.jboss.resteasy.client.ClientResponse<NotificationList> NotificationProxy.listNotifications(String accountSid, LogLevel log, Long page, Long pageSize)
           
 



Copyright © 2012. All Rights Reserved.