| Constructor and Description |
|---|
RecordingReader(String pathCallSid)
Construct a new RecordingReader.
|
RecordingReader(String pathAccountSid,
String pathCallSid)
Construct a new RecordingReader.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Recording> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Recording> |
getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Recording> |
nextPage(Page<Recording> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Recording> |
previousPage(Page<Recording> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Recording> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
RecordingReader |
setDateCreated(org.joda.time.LocalDate absoluteDateCreated)
The absolute_date_created.
|
RecordingReader |
setDateCreated(com.google.common.collect.Range<org.joda.time.LocalDate> rangeDateCreated)
The range_date_created.
|
public RecordingReader(String pathCallSid)
pathCallSid - The call_sidpublic RecordingReader setDateCreated(org.joda.time.LocalDate absoluteDateCreated)
absoluteDateCreated - The absolute_date_createdpublic RecordingReader setDateCreated(com.google.common.collect.Range<org.joda.time.LocalDate> rangeDateCreated)
rangeDateCreated - The range_date_createdpublic ResourceSet<Recording> read(TwilioRestClient client)
public Page<Recording> firstPage(TwilioRestClient client)
public Page<Recording> getPage(String targetUrl, TwilioRestClient client)
public Page<Recording> nextPage(Page<Recording> page, TwilioRestClient client)
public Page<Recording> previousPage(Page<Recording> page, TwilioRestClient client)
previousPage in class Reader<Recording>page - current pageclient - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.