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