| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Application |
ApplicationFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
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.
|
Application |
ApplicationUpdater.update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Application> |
ApplicationReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Application> |
ApplicationReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Application> |
ApplicationReader.nextPage(Page<Application> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Application> |
ApplicationReader.previousPage(Page<Application> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Application> |
ApplicationReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Application> |
ApplicationReader.nextPage(Page<Application> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Application> |
ApplicationReader.previousPage(Page<Application> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.