public class NotificationList extends ListResource<Notification,TwilioRestClient>
| Constructor and Description |
|---|
NotificationList(TwilioRestClient client)
Instantiates a new notification list.
|
NotificationList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new notification list.
|
NotificationList(TwilioRestClient client,
String callSid)
Instantiates a new notification list.
|
NotificationList(TwilioRestClient client,
String callSid,
Map<String,String> filters)
Instantiates a new notification list.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestCallSid()
Gets the call sid of the notification *if* it was initially referenced
as the child of a message
|
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic NotificationList(TwilioRestClient client)
client - the clientpublic NotificationList(TwilioRestClient client, String callSid)
client - the clientcallSid - the sid of the parent callpublic NotificationList(TwilioRestClient client, String callSid, Map<String,String> filters)
client - the clientcallSid - the sid of the parent callfilters - the filterspublic NotificationList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic String getRequestCallSid()
Copyright © 2011 Twilio, Inc. All Rights Reserved.