com.twilio.sdk.resource.list
Class NotificationList
java.lang.Object
com.twilio.sdk.resource.Resource
com.twilio.sdk.resource.ListResource<Notification>
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
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 clientfilters - the filters
Copyright © 2011 Twilio, Inc. All Rights Reserved.