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