|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.Resource<C>
com.twilio.sdk.resource.ListResource<Notification,TwilioRestClient>
com.twilio.sdk.resource.list.NotificationList
public class NotificationList
The Class NotificationList. For more information see https://www.twilio.com/docs/api/rest/notification
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
String |
getRequestCallSid()
Gets the call sid of the notification *if* it was initially referenced as the child of a message |
| Methods inherited from class com.twilio.sdk.resource.ListResource |
|---|
getEnd, getNextUri, getNumPages, getPage, getPageData, getStart, iterator |
| Methods inherited from class com.twilio.sdk.resource.Resource |
|---|
setRequestAccountSid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationList(TwilioRestClient client)
client - the client
public NotificationList(TwilioRestClient client,
String callSid)
client - the clientcallSid - the sid of the parent call
public NotificationList(TwilioRestClient client,
String callSid,
Map<String,String> filters)
client - the clientcallSid - the sid of the parent callfilters - the filters
public NotificationList(TwilioRestClient client,
Map<String,String> filters)
client - the clientfilters - the filters| Method Detail |
|---|
public String getRequestCallSid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||