| Package | Description |
|---|---|
| com.twilio.sdk.reader.api.v2010.account.usage | |
| com.twilio.sdk.resource.api.v2010.account.usage |
| Modifier and Type | Method and Description |
|---|---|
ResourceSet<Record> |
RecordReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Record> |
RecordReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Record> |
RecordReader.nextPage(Page<Record> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Record> |
RecordReader.nextPage(Page<Record> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
| Modifier and Type | Method and Description |
|---|---|
static Record |
Record.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Record object using the provided
ObjectMapper.
|
static Record |
Record.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Record object using the provided ObjectMapper.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.