Uses of Class
com.twilio.rest.conversations.v1.service.configuration.Notification
-
Packages that use Notification Package Description com.twilio.rest.conversations.v1.service.configuration -
-
Uses of Notification in com.twilio.rest.conversations.v1.service.configuration
Methods in com.twilio.rest.conversations.v1.service.configuration 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.NotificationNotificationUpdater. update(TwilioRestClient client)
-