Uses of Class
com.twilio.rest.bulkexports.v1.ExportConfiguration
-
Packages that use ExportConfiguration Package Description com.twilio.rest.bulkexports.v1 -
-
Uses of ExportConfiguration in com.twilio.rest.bulkexports.v1
Methods in com.twilio.rest.bulkexports.v1 that return ExportConfiguration Modifier and Type Method Description ExportConfigurationExportConfigurationFetcher. fetch(TwilioRestClient client)static ExportConfigurationExportConfiguration. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a ExportConfiguration object using the provided ObjectMapper.static ExportConfigurationExportConfiguration. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a ExportConfiguration object using the provided ObjectMapper.ExportConfigurationExportConfigurationUpdater. update(TwilioRestClient client)
-