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