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