Package com.twilio.twiml.voice
Class Parameter
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.Parameter
-
public class Parameter extends TwiML
TwiML wrapper for<Parameter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParameter.BuilderCreate a new<Parameter>element
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()The name of the custom parameterStringgetValue()The value of the custom parameter-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-