Uses of Class
com.twilio.twiml.voice.Conversation.Trim
-
Packages that use Conversation.Trim Package Description com.twilio.twiml.voice -
-
Uses of Conversation.Trim in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Conversation.Trim Modifier and Type Method Description Conversation.TrimConversation. getTrim()Trimstatic Conversation.TrimConversation.Trim. valueOf(String name)Returns the enum constant of this type with the specified name.static Conversation.Trim[]Conversation.Trim. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice with parameters of type Conversation.Trim Modifier and Type Method Description Conversation.BuilderConversation.Builder. trim(Conversation.Trim trim)Trim
-