com.telapi.api.restproxies
Interface NotificationProxy


public interface NotificationProxy


Method Summary
 org.jboss.resteasy.client.ClientResponse<NotificationList> listCallNotifications(String accountSid, String callSid, LogLevel log, Long page, Long pageSize)
           
 org.jboss.resteasy.client.ClientResponse<NotificationList> listNotifications(String accountSid, LogLevel log, Long page, Long pageSize)
           
 org.jboss.resteasy.client.ClientResponse<Notification> viewNotification(String accountSid, String notificationSid)
           
 

Method Detail

viewNotification

org.jboss.resteasy.client.ClientResponse<Notification> viewNotification(String accountSid,
                                                                        String notificationSid)

listNotifications

org.jboss.resteasy.client.ClientResponse<NotificationList> listNotifications(String accountSid,
                                                                             LogLevel log,
                                                                             Long page,
                                                                             Long pageSize)

listCallNotifications

org.jboss.resteasy.client.ClientResponse<NotificationList> listCallNotifications(String accountSid,
                                                                                 String callSid,
                                                                                 LogLevel log,
                                                                                 Long page,
                                                                                 Long pageSize)


Copyright © 2012. All Rights Reserved.