Uses of Class
com.twilio.twiml.voice.Record.Trim
-
Packages that use Record.Trim Package Description com.twilio.twiml.voice -
-
Uses of Record.Trim in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Record.Trim Modifier and Type Method Description Record.TrimRecord. getTrim()Trim the recordingstatic Record.TrimRecord.Trim. valueOf(String name)Returns the enum constant of this type with the specified name.static Record.Trim[]Record.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 Record.Trim Modifier and Type Method Description Record.BuilderRecord.Builder. trim(Record.Trim trim)Trim the recording
-