| Package | Description |
|---|---|
| com.twilio.rest.video.v1.room |
| Modifier and Type | Method and Description |
|---|---|
RoomRecording |
RoomRecordingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static RoomRecording |
RoomRecording.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a RoomRecording object using the provided
ObjectMapper.
|
static RoomRecording |
RoomRecording.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a RoomRecording object using the provided
ObjectMapper.
|
| Modifier and Type | Method and Description |
|---|---|
Page<RoomRecording> |
RoomRecordingReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<RoomRecording> |
RoomRecordingReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<RoomRecording> |
RoomRecordingReader.nextPage(Page<RoomRecording> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<RoomRecording> |
RoomRecordingReader.previousPage(Page<RoomRecording> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<RoomRecording> |
RoomRecordingReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<RoomRecording> |
RoomRecordingReader.nextPage(Page<RoomRecording> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<RoomRecording> |
RoomRecordingReader.previousPage(Page<RoomRecording> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.