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