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