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