Uses of Class
com.twilio.rest.api.v2010.account.usage.record.Today
-
Packages that use Today Package Description com.twilio.rest.api.v2010.account.usage.record -
-
Uses of Today in com.twilio.rest.api.v2010.account.usage.record
Methods in com.twilio.rest.api.v2010.account.usage.record that return Today Modifier and Type Method Description static TodayToday. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Today object using the provided ObjectMapper.static TodayToday. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Today object using the provided ObjectMapper.Methods in com.twilio.rest.api.v2010.account.usage.record that return types with arguments of type Today Modifier and Type Method Description Page<Today>TodayReader. firstPage(TwilioRestClient client)Page<Today>TodayReader. getPage(String targetUrl, TwilioRestClient client)Page<Today>TodayReader. nextPage(Page<Today> page, TwilioRestClient client)Page<Today>TodayReader. previousPage(Page<Today> page, TwilioRestClient client)ResourceSet<Today>TodayReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.api.v2010.account.usage.record with type arguments of type Today Modifier and Type Method Description Page<Today>TodayReader. nextPage(Page<Today> page, TwilioRestClient client)Page<Today>TodayReader. previousPage(Page<Today> page, TwilioRestClient client)
-