Uses of Class
com.twilio.rest.notify.v1.service.Notification.Priority
-
Packages that use Notification.Priority Package Description com.twilio.rest.notify.v1.service -
-
Uses of Notification.Priority in com.twilio.rest.notify.v1.service
Methods in com.twilio.rest.notify.v1.service that return Notification.Priority Modifier and Type Method Description static Notification.PriorityNotification.Priority. forValue(String value)Notification.PriorityNotification. getPriority()static Notification.PriorityNotification.Priority. valueOf(String name)Returns the enum constant of this type with the specified name.static Notification.Priority[]Notification.Priority. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.notify.v1.service with parameters of type Notification.Priority Modifier and Type Method Description NotificationCreatorNotificationCreator. setPriority(Notification.Priority priority)
-