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