Uses of Class
com.twilio.rest.api.v2010.account.Call
-
Packages that use Call Package Description com.twilio.rest.api.v2010.account -
-
Uses of Call in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account that return Call Modifier and Type Method Description Call
CallCreator. create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.Call
CallFetcher. fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.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.Call
CallUpdater. update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.Methods in com.twilio.rest.api.v2010.account that return types with arguments of type Call Modifier and Type Method Description Page<Call>
CallReader. firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.Page<Call>
CallReader. getPage(String targetUrl, TwilioRestClient client)
Retrieve the target page from the Twilio API.Page<Call>
CallReader. nextPage(Page<Call> page, TwilioRestClient client)
Retrieve the next page from the Twilio API.Page<Call>
CallReader. previousPage(Page<Call> page, TwilioRestClient client)
Retrieve the previous page from the Twilio API.ResourceSet<Call>
CallReader. read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.Method parameters in com.twilio.rest.api.v2010.account with type arguments of type Call Modifier and Type Method Description Page<Call>
CallReader. nextPage(Page<Call> page, TwilioRestClient client)
Retrieve the next page from the Twilio API.Page<Call>
CallReader. previousPage(Page<Call> page, TwilioRestClient client)
Retrieve the previous page from the Twilio API.
-