Uses of Class
com.twilio.twiml.voice.SsmlBreak.Strength
-
Packages that use SsmlBreak.Strength Package Description com.twilio.twiml.voice -
-
Uses of SsmlBreak.Strength in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return SsmlBreak.Strength Modifier and Type Method Description SsmlBreak.StrengthSsmlBreak. getStrength()Set a pause based on strengthstatic SsmlBreak.StrengthSsmlBreak.Strength. valueOf(String name)Returns the enum constant of this type with the specified name.static SsmlBreak.Strength[]SsmlBreak.Strength. 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 SsmlBreak.Strength Modifier and Type Method Description SsmlBreak.BuilderSsmlBreak.Builder. strength(SsmlBreak.Strength strength)Set a pause based on strength
-