| Package | Description |
|---|---|
| com.twilio.rest.wireless.v1.sim |
| Modifier and Type | Method and Description |
|---|---|
static DataSession |
DataSession.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a DataSession object using the provided
ObjectMapper.
|
static DataSession |
DataSession.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a DataSession object using the provided
ObjectMapper.
|
| Modifier and Type | Method and Description |
|---|---|
Page<DataSession> |
DataSessionReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<DataSession> |
DataSessionReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<DataSession> |
DataSessionReader.nextPage(Page<DataSession> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<DataSession> |
DataSessionReader.previousPage(Page<DataSession> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<DataSession> |
DataSessionReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<DataSession> |
DataSessionReader.nextPage(Page<DataSession> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<DataSession> |
DataSessionReader.previousPage(Page<DataSession> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.