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