Package | Description |
---|---|
com.twilio.sdk.fetcher.api.v2010.account.message | |
com.twilio.sdk.reader.api.v2010.account.message | |
com.twilio.sdk.resource.api.v2010.account.message |
Modifier and Type | Method and Description |
---|---|
Media |
MediaFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Media> |
MediaReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Media> |
MediaReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Media> |
MediaReader.nextPage(Page<Media> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<Media> |
MediaReader.nextPage(Page<Media> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
static Media |
Media.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Media object using the provided
ObjectMapper.
|
static Media |
Media.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Media object using the provided ObjectMapper.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.