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