public class RoomRecordingReader extends Reader<RoomRecording>
| Constructor and Description |
|---|
RoomRecordingReader(String pathRoomSid)
Construct a new RoomRecordingReader.
|
| Modifier and Type | Method and Description |
|---|---|
Page<RoomRecording> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<RoomRecording> |
getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<RoomRecording> |
nextPage(Page<RoomRecording> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<RoomRecording> |
previousPage(Page<RoomRecording> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<RoomRecording> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
RoomRecordingReader |
setDateCreatedAfter(org.joda.time.DateTime dateCreatedAfter)
The date_created_after.
|
RoomRecordingReader |
setDateCreatedBefore(org.joda.time.DateTime dateCreatedBefore)
The date_created_before.
|
RoomRecordingReader |
setSourceSid(String sourceSid)
The source_sid.
|
RoomRecordingReader |
setStatus(RoomRecording.Status status)
The status.
|
public RoomRecordingReader(String pathRoomSid)
pathRoomSid - The room_sidpublic RoomRecordingReader setStatus(RoomRecording.Status status)
status - The statuspublic RoomRecordingReader setSourceSid(String sourceSid)
sourceSid - The source_sidpublic RoomRecordingReader setDateCreatedAfter(org.joda.time.DateTime dateCreatedAfter)
dateCreatedAfter - The date_created_afterpublic RoomRecordingReader setDateCreatedBefore(org.joda.time.DateTime dateCreatedBefore)
dateCreatedBefore - The date_created_beforepublic ResourceSet<RoomRecording> read(TwilioRestClient client)
read in class Reader<RoomRecording>client - TwilioRestClient with which to make the requestpublic Page<RoomRecording> firstPage(TwilioRestClient client)
firstPage in class Reader<RoomRecording>client - TwilioRestClient with which to make the requestpublic Page<RoomRecording> getPage(String targetUrl, TwilioRestClient client)
getPage in class Reader<RoomRecording>targetUrl - API-generated URL for the requested results pageclient - TwilioRestClient with which to make the requestpublic Page<RoomRecording> nextPage(Page<RoomRecording> page, TwilioRestClient client)
nextPage in class Reader<RoomRecording>page - current pageclient - TwilioRestClient with which to make the requestpublic Page<RoomRecording> previousPage(Page<RoomRecording> page, TwilioRestClient client)
previousPage in class Reader<RoomRecording>page - current pageclient - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.