Constructor and Description |
---|
RecordingReader(String accountSid)
Construct a new RecordingReader.
|
Modifier and Type | Method and Description |
---|---|
RecordingReader |
byDateCreated(String dateCreated)
Only show recordings on the given date.
|
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(String accountSid)
accountSid
- The account_sidpublic RecordingReader byDateCreated(String dateCreated)
dateCreated
- Filter by date createdpublic ResourceSet<Recording> execute(TwilioRestClient client)
public Page<Recording> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.