com.twilio.sdk.resource.list
Class NotificationList

java.lang.Object
  extended by com.twilio.sdk.resource.Resource
      extended by com.twilio.sdk.resource.ListResource<Notification>
          extended by com.twilio.sdk.resource.list.NotificationList
All Implemented Interfaces:
Iterable<Notification>

public class NotificationList
extends ListResource<Notification>

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.
 
Method Summary
 
Methods inherited from class com.twilio.sdk.resource.ListResource
getEnd, getNextUri, getNumPages, getPage, getPageData, getStart, getTotal, 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

NotificationList

public NotificationList(TwilioRestClient client)
Instantiates a new notification list.

Parameters:
client - the client

NotificationList

public NotificationList(TwilioRestClient client,
                        Map<String,String> filters)
Instantiates a new notification list.

Parameters:
client - the client
filters - the filters


Copyright © 2011 Twilio, Inc. All Rights Reserved.