Uses of Class
com.twilio.rest.flexapi.v1.WebChannel.ChatStatus
-
Packages that use WebChannel.ChatStatus Package Description com.twilio.rest.flexapi.v1 -
-
Uses of WebChannel.ChatStatus in com.twilio.rest.flexapi.v1
Methods in com.twilio.rest.flexapi.v1 that return WebChannel.ChatStatus Modifier and Type Method Description static WebChannel.ChatStatusWebChannel.ChatStatus. forValue(String value)static WebChannel.ChatStatusWebChannel.ChatStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WebChannel.ChatStatus[]WebChannel.ChatStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.flexapi.v1 with parameters of type WebChannel.ChatStatus Modifier and Type Method Description WebChannelUpdaterWebChannelUpdater. setChatStatus(WebChannel.ChatStatus chatStatus)
-