Package | Description |
---|---|
com.twilio.sdk.creator.preview.wireless | |
com.twilio.sdk.fetcher.preview.wireless | |
com.twilio.sdk.reader.preview.wireless | |
com.twilio.sdk.resource.preview.wireless |
Modifier and Type | Method and Description |
---|---|
Command |
CommandCreator.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Modifier and Type | Method and Description |
---|---|
Command |
CommandFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<Command> |
CommandReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Command> |
CommandReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Command> |
CommandReader.nextPage(Page<Command> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<Command> |
CommandReader.nextPage(Page<Command> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.