Uses of Class
com.twilio.rest.bulkexports.v1.export.ExportCustomJob
-
Packages that use ExportCustomJob Package Description com.twilio.rest.bulkexports.v1.export -
-
Uses of ExportCustomJob in com.twilio.rest.bulkexports.v1.export
Methods in com.twilio.rest.bulkexports.v1.export that return ExportCustomJob Modifier and Type Method Description ExportCustomJobExportCustomJobCreator. create(TwilioRestClient client)static ExportCustomJobExportCustomJob. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a ExportCustomJob object using the provided ObjectMapper.static ExportCustomJobExportCustomJob. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a ExportCustomJob object using the provided ObjectMapper.Methods in com.twilio.rest.bulkexports.v1.export that return types with arguments of type ExportCustomJob Modifier and Type Method Description Page<ExportCustomJob>ExportCustomJobReader. firstPage(TwilioRestClient client)Page<ExportCustomJob>ExportCustomJobReader. getPage(String targetUrl, TwilioRestClient client)Page<ExportCustomJob>ExportCustomJobReader. nextPage(Page<ExportCustomJob> page, TwilioRestClient client)Page<ExportCustomJob>ExportCustomJobReader. previousPage(Page<ExportCustomJob> page, TwilioRestClient client)ResourceSet<ExportCustomJob>ExportCustomJobReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.bulkexports.v1.export with type arguments of type ExportCustomJob Modifier and Type Method Description Page<ExportCustomJob>ExportCustomJobReader. nextPage(Page<ExportCustomJob> page, TwilioRestClient client)Page<ExportCustomJob>ExportCustomJobReader. previousPage(Page<ExportCustomJob> page, TwilioRestClient client)
-