com.twilio.sdk.resource.list.taskrouter
Class ReservationList

java.lang.Object
  extended by com.twilio.sdk.resource.Resource<C>
      extended by com.twilio.sdk.resource.NextGenListResource<Reservation,TwilioTaskRouterClient>
          extended by com.twilio.sdk.resource.list.taskrouter.ReservationList
All Implemented Interfaces:
Iterable<Reservation>

public class ReservationList
extends NextGenListResource<Reservation,TwilioTaskRouterClient>

ReservationList to work with Reservation.


Constructor Summary
ReservationList(TwilioTaskRouterClient client, String workspaceSid, String taskSid)
          Instantiates a reservation list.
ReservationList(TwilioTaskRouterClient client, String workspaceSid, String taskSid, Map<String,String> filters)
          Instantiates a reservation list.
 
Method Summary
 
Methods inherited from class com.twilio.sdk.resource.NextGenListResource
getNextPageUrl, getPage, getPageData, getPageSize, getPreviousPageUrl, getUrl, 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

ReservationList

public ReservationList(TwilioTaskRouterClient client,
                       String workspaceSid,
                       String taskSid)
Instantiates a reservation list.

Parameters:
client - the client
workspaceSid - the workspace sid
taskSid - the task sid

ReservationList

public ReservationList(TwilioTaskRouterClient client,
                       String workspaceSid,
                       String taskSid,
                       Map<String,String> filters)
Instantiates a reservation list.

Parameters:
client - the client
workspaceSid - the workspace sid
taskSid - the task sid


Copyright © 2011 Twilio, Inc. All Rights Reserved.