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