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