| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationCreator.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceSet<Application> |
ApplicationReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Application> |
ApplicationReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Application> |
ApplicationReader.nextPage(Page<Application> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Application> |
ApplicationReader.nextPage(Page<Application> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
| Modifier and Type | Method and Description |
|---|---|
static Application |
Application.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Application object using the provided
ObjectMapper.
|
static Application |
Application.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Application object using the provided
ObjectMapper.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationUpdater.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.