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