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