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