| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account |
| Modifier and Type | Method and Description |
|---|---|
static RecordingReader |
Recording.reader()
Create a RecordingReader to execute read.
|
static RecordingReader |
Recording.reader(String pathAccountSid)
Create a RecordingReader to execute read.
|
RecordingReader |
RecordingReader.setCallSid(String callSid)
Only show recordings made during the call given by the indicated sid.
|
RecordingReader |
RecordingReader.setDateCreated(org.joda.time.DateTime absoluteDateCreated)
Only show recordings on the given date.
|
RecordingReader |
RecordingReader.setDateCreated(com.google.common.collect.Range<org.joda.time.DateTime> rangeDateCreated)
Only show recordings on the given date.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.