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