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