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