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