| Package | Description |
|---|---|
| com.twilio.rest.preview.bulkExports |
| Modifier and Type | Method and Description |
|---|---|
ExportConfiguration |
ExportConfigurationFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static ExportConfiguration |
ExportConfiguration.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a ExportConfiguration object using the
provided ObjectMapper.
|
static ExportConfiguration |
ExportConfiguration.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a ExportConfiguration object using the provided
ObjectMapper.
|
ExportConfiguration |
ExportConfigurationUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.