Uses of Class
com.twilio.rest.conversations.v1.service.user.UserConversation.NotificationLevel
-
Packages that use UserConversation.NotificationLevel Package Description com.twilio.rest.conversations.v1.service.user -
-
Uses of UserConversation.NotificationLevel in com.twilio.rest.conversations.v1.service.user
Methods in com.twilio.rest.conversations.v1.service.user that return UserConversation.NotificationLevel Modifier and Type Method Description static UserConversation.NotificationLevel
UserConversation.NotificationLevel. forValue(String value)
UserConversation.NotificationLevel
UserConversation. getNotificationLevel()
static UserConversation.NotificationLevel
UserConversation.NotificationLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserConversation.NotificationLevel[]
UserConversation.NotificationLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.conversations.v1.service.user with parameters of type UserConversation.NotificationLevel Modifier and Type Method Description UserConversationUpdater
UserConversationUpdater. setNotificationLevel(UserConversation.NotificationLevel notificationLevel)
-