Constructor and Description |
---|
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> |
nextPage(Page<Recording> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
ResourceSet<Recording> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
RecordingReader |
setGroupingSid(List<String> groupingSid)
The grouping_sid.
|
RecordingReader |
setGroupingSid(String groupingSid)
The grouping_sid.
|
RecordingReader |
setSourceSid(String sourceSid)
The source_sid.
|
RecordingReader |
setStatus(Recording.Status status)
The status.
|
public RecordingReader setStatus(Recording.Status status)
status
- The statuspublic RecordingReader setSourceSid(String sourceSid)
sourceSid
- The source_sidpublic RecordingReader setGroupingSid(List<String> groupingSid)
groupingSid
- The grouping_sidpublic RecordingReader setGroupingSid(String groupingSid)
groupingSid
- The grouping_sidpublic ResourceSet<Recording> read(TwilioRestClient client)
public Page<Recording> firstPage(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.