Uses of Class
com.twilio.rest.verify.v2.service.entity.challenge.Notification
-
Packages that use Notification Package Description com.twilio.rest.verify.v2.service.entity.challenge -
-
Uses of Notification in com.twilio.rest.verify.v2.service.entity.challenge
Methods in com.twilio.rest.verify.v2.service.entity.challenge 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.
-