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