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 CallCallCreator. create(TwilioRestClient client)CallCallFetcher. fetch(TwilioRestClient client)static CallCall. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Call object using the provided ObjectMapper.static CallCall. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Call object using the provided ObjectMapper.CallCallUpdater. update(TwilioRestClient client)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)Page<Call>CallReader. getPage(String targetUrl, TwilioRestClient client)Page<Call>CallReader. nextPage(Page<Call> page, TwilioRestClient client)Page<Call>CallReader. previousPage(Page<Call> page, TwilioRestClient client)ResourceSet<Call>CallReader. read(TwilioRestClient client)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)Page<Call>CallReader. previousPage(Page<Call> page, TwilioRestClient client)
-