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