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