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.NotificationLevelUserConversation.NotificationLevel. forValue(String value)UserConversation.NotificationLevelUserConversation. getNotificationLevel()static UserConversation.NotificationLevelUserConversation.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 UserConversationUpdaterUserConversationUpdater. setNotificationLevel(UserConversation.NotificationLevel notificationLevel)
-