Constructor and Description |
---|
QueueReader()
Construct a new QueueReader.
|
QueueReader(String pathAccountSid)
Construct a new QueueReader.
|
Modifier and Type | Method and Description |
---|---|
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.
|
ResourceSet<Queue> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
public QueueReader()
public QueueReader(String pathAccountSid)
pathAccountSid
- The account_sidpublic ResourceSet<Queue> read(TwilioRestClient client)
public Page<Queue> firstPage(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.