Constructor and Description |
---|
QueueReader(String accountSid)
Construct a new QueueReader.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Queue> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Queue> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Queue> |
nextPage(Page<Queue> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public QueueReader(String accountSid)
accountSid
- The account_sidpublic ResourceSet<Queue> execute(TwilioRestClient client)
public Page<Queue> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.