Uses of Class
com.twilio.rest.events.v1.subscription.SubscribedEvent
-
Packages that use SubscribedEvent Package Description com.twilio.rest.events.v1.subscription -
-
Uses of SubscribedEvent in com.twilio.rest.events.v1.subscription
Methods in com.twilio.rest.events.v1.subscription that return SubscribedEvent Modifier and Type Method Description SubscribedEventSubscribedEventCreator. create(TwilioRestClient client)SubscribedEventSubscribedEventFetcher. fetch(TwilioRestClient client)static SubscribedEventSubscribedEvent. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a SubscribedEvent object using the provided ObjectMapper.static SubscribedEventSubscribedEvent. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a SubscribedEvent object using the provided ObjectMapper.SubscribedEventSubscribedEventUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.events.v1.subscription that return types with arguments of type SubscribedEvent Modifier and Type Method Description Page<SubscribedEvent>SubscribedEventReader. firstPage(TwilioRestClient client)Page<SubscribedEvent>SubscribedEventReader. getPage(String targetUrl, TwilioRestClient client)Page<SubscribedEvent>SubscribedEventReader. nextPage(Page<SubscribedEvent> page, TwilioRestClient client)Page<SubscribedEvent>SubscribedEventReader. previousPage(Page<SubscribedEvent> page, TwilioRestClient client)ResourceSet<SubscribedEvent>SubscribedEventReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.events.v1.subscription with type arguments of type SubscribedEvent Modifier and Type Method Description Page<SubscribedEvent>SubscribedEventReader. nextPage(Page<SubscribedEvent> page, TwilioRestClient client)Page<SubscribedEvent>SubscribedEventReader. previousPage(Page<SubscribedEvent> page, TwilioRestClient client)
-