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