Uses of Class
com.twilio.rest.api.v2010.account.recording.AddOnResult
-
Packages that use AddOnResult Package Description com.twilio.rest.api.v2010.account.recording -
-
Uses of AddOnResult in com.twilio.rest.api.v2010.account.recording
Methods in com.twilio.rest.api.v2010.account.recording that return AddOnResult Modifier and Type Method Description AddOnResultAddOnResultFetcher. fetch(TwilioRestClient client)static AddOnResultAddOnResult. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a AddOnResult object using the provided ObjectMapper.static AddOnResultAddOnResult. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a AddOnResult object using the provided ObjectMapper.Methods in com.twilio.rest.api.v2010.account.recording that return types with arguments of type AddOnResult Modifier and Type Method Description Page<AddOnResult>AddOnResultReader. firstPage(TwilioRestClient client)Page<AddOnResult>AddOnResultReader. getPage(String targetUrl, TwilioRestClient client)Page<AddOnResult>AddOnResultReader. nextPage(Page<AddOnResult> page, TwilioRestClient client)Page<AddOnResult>AddOnResultReader. previousPage(Page<AddOnResult> page, TwilioRestClient client)ResourceSet<AddOnResult>AddOnResultReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.api.v2010.account.recording with type arguments of type AddOnResult Modifier and Type Method Description Page<AddOnResult>AddOnResultReader. nextPage(Page<AddOnResult> page, TwilioRestClient client)Page<AddOnResult>AddOnResultReader. previousPage(Page<AddOnResult> page, TwilioRestClient client)
-