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