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