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