Modifier and Type | Method and Description |
---|---|
Address |
AddressCreator.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Modifier and Type | Method and Description |
---|---|
Address |
AddressFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Address> |
AddressReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Address> |
AddressReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Address> |
AddressReader.nextPage(Page<Address> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<Address> |
AddressReader.nextPage(Page<Address> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Address |
AddressUpdater.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.