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