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