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