| Package | Description |
|---|---|
| com.twilio.rest.wireless.v1.sim |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Page<UsageRecord> |
UsageRecordReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<UsageRecord> |
UsageRecordReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<UsageRecord> |
UsageRecordReader.nextPage(Page<UsageRecord> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<UsageRecord> |
UsageRecordReader.previousPage(Page<UsageRecord> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<UsageRecord> |
UsageRecordReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<UsageRecord> |
UsageRecordReader.nextPage(Page<UsageRecord> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<UsageRecord> |
UsageRecordReader.previousPage(Page<UsageRecord> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.