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