Uses of Class
com.twilio.rest.notify.v1.service.Notification
-
Packages that use Notification Package Description com.twilio.rest.notify.v1.service -
-
Uses of Notification in com.twilio.rest.notify.v1.service
Methods in com.twilio.rest.notify.v1.service that return Notification Modifier and Type Method Description NotificationNotificationCreator. create(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.
-