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