Uses of Class
com.twilio.twiml.voice.Reject.Reason
-
Packages that use Reject.Reason Package Description com.twilio.twiml.voice -
-
Uses of Reject.Reason in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Reject.Reason Modifier and Type Method Description Reject.ReasonReject. getReason()Rejection reasonstatic Reject.ReasonReject.Reason. valueOf(String name)Returns the enum constant of this type with the specified name.static Reject.Reason[]Reject.Reason. 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 Reject.Reason Modifier and Type Method Description Reject.BuilderReject.Builder. reason(Reject.Reason reason)Rejection reason
-