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