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