Package com.twilio.twiml.voice
Class Pause
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.Pause
-
public class Pause extends TwiML
TwiML wrapper for<Pause>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Pause.Builder
Create a new<Pause>
element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getLength()
Length in seconds to pause-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getLength
public Integer getLength()
Length in seconds to pause- Returns:
- Length in seconds to pause
-
-