Package com.twilio.twiml.voice
Class Reject
- java.lang.Object
-
- com.twilio.twiml.TwiML
-
- com.twilio.twiml.voice.Reject
-
public class Reject extends TwiML
TwiML wrapper for<Reject>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReject.BuilderCreate a new<Reject>elementstatic classReject.Reason
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reject.ReasongetReason()Rejection reason-
Methods inherited from class com.twilio.twiml.TwiML
equals, getChildren, getOptions, getTagName, hashCode, toUrl, toXml
-
-
-
-
Method Detail
-
getReason
public Reject.Reason getReason()
Rejection reason- Returns:
- Rejection reason
-
-