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