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