| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account.sip |
| Modifier and Type | Method and Description |
|---|---|
IpAccessControlList |
IpAccessControlListCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
IpAccessControlList |
IpAccessControlListFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
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.
|
IpAccessControlList |
IpAccessControlListUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<IpAccessControlList> |
IpAccessControlListReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<IpAccessControlList> |
IpAccessControlListReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<IpAccessControlList> |
IpAccessControlListReader.nextPage(Page<IpAccessControlList> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<IpAccessControlList> |
IpAccessControlListReader.previousPage(Page<IpAccessControlList> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<IpAccessControlList> |
IpAccessControlListReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<IpAccessControlList> |
IpAccessControlListReader.nextPage(Page<IpAccessControlList> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<IpAccessControlList> |
IpAccessControlListReader.previousPage(Page<IpAccessControlList> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.