Modifier and Type | Method and Description |
---|---|
IpAddress |
IpAddressCreator.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Modifier and Type | Method and Description |
---|---|
IpAddress |
IpAddressFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<IpAddress> |
IpAddressReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<IpAddress> |
IpAddressReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<IpAddress> |
IpAddressReader.nextPage(Page<IpAddress> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<IpAddress> |
IpAddressReader.nextPage(Page<IpAddress> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
static IpAddress |
IpAddress.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a IpAddress object using the provided
ObjectMapper.
|
static IpAddress |
IpAddress.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a IpAddress object using the provided
ObjectMapper.
|
Modifier and Type | Method and Description |
---|---|
IpAddress |
IpAddressUpdater.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.