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