Uses of Class
com.twilio.rest.conversations.v1.ParticipantConversation.State
-
Packages that use ParticipantConversation.State Package Description com.twilio.rest.conversations.v1 -
-
Uses of ParticipantConversation.State in com.twilio.rest.conversations.v1
Methods in com.twilio.rest.conversations.v1 that return ParticipantConversation.State Modifier and Type Method Description static ParticipantConversation.StateParticipantConversation.State. forValue(String value)ParticipantConversation.StateParticipantConversation. getConversationState()static ParticipantConversation.StateParticipantConversation.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.
-