public class InProgressReader extends Reader<InProgress>
| Constructor and Description |
|---|
InProgressReader() |
| Modifier and Type | Method and Description |
|---|---|
ResourceSet<InProgress> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<InProgress> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<InProgress> |
nextPage(Page<InProgress> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public ResourceSet<InProgress> execute(TwilioRestClient client)
execute in class Reader<InProgress>client - TwilioRestClient with which to make the requestpublic Page<InProgress> firstPage(TwilioRestClient client)
firstPage in class Reader<InProgress>client - TwilioRestClient with which to make the requestpublic Page<InProgress> nextPage(Page<InProgress> page, TwilioRestClient client)
nextPage in class Reader<InProgress>page - current pageclient - TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.