- finishOnKey(char) - Method in class com.twilio4j.twiml.Gather
-
The 'finishOnKey' attribute lets you choose one value that submits the received data when
entered.
- finishOnKey(String) - Method in class com.twilio4j.twiml.Record
-
The 'finishOnKey' attribute lets you choose a set of digits that end the recording when
entered.
- finishOnKeyEight() - Method in class com.twilio4j.twiml.Gather
-
Convenience function that does the same as finishOnKey('8').
- finishOnKeyEight() - Method in class com.twilio4j.twiml.Record
-
Convenience function that does the same as finishOnKey("8").
- finishOnKeyFive() - Method in class com.twilio4j.twiml.Gather
-
Convenience function that does the same as finishOnKey('5').
- finishOnKeyFive() - Method in class com.twilio4j.twiml.Record
-
Convenience function that does the same as finishOnKey("5").
- finishOnKeyFour() - Method in class com.twilio4j.twiml.Gather
-
Convenience function that does the same as finishOnKey('4').
- finishOnKeyFour() - Method in class com.twilio4j.twiml.Record
-
Convenience function that does the same as finishOnKey("4").
- finishOnKeyHash() - Method in class com.twilio4j.twiml.Gather
-
Convenience function that does the same as finishOnKey('#').
- finishOnKeyHash() - Method in class com.twilio4j.twiml.Record
-
Convenience function that does the same as finishOnKey("#").
- finishOnKeyNine() - Method in class com.twilio4j.twiml.Gather
-
Convenience function that does the same as finishOnKey('9').
- finishOnKeyNine() - Method in class com.twilio4j.twiml.Record
-
Convenience function that does the same as finishOnKey("9").
- finishOnKeyOne() - Method in class com.twilio4j.twiml.Gather
-
Convenience function that does the same as finishOnKey('1').
- finishOnKeyOne() - Method in class com.twilio4j.twiml.Record
-
Convenience function that does the same as finishOnKey("1").
- finishOnKeySeven() - Method in class com.twilio4j.twiml.Gather
-
Convenience function that does the same as finishOnKey('7').
- finishOnKeySeven() - Method in class com.twilio4j.twiml.Record
-
Convenience function that does the same as finishOnKey("7").
- finishOnKeySix() - Method in class com.twilio4j.twiml.Gather
-
Convenience function that does the same as finishOnKey('6').
- finishOnKeySix() - Method in class com.twilio4j.twiml.Record
-
Convenience function that does the same as finishOnKey("6").
- finishOnKeyStar() - Method in class com.twilio4j.twiml.Gather
-
Convenience function that does the same as finishOnKey('*').
- finishOnKeyStar() - Method in class com.twilio4j.twiml.Record
-
Convenience function that does the same as finishOnKey("*").
- finishOnKeyThree() - Method in class com.twilio4j.twiml.Gather
-
Convenience function that does the same as finishOnKey('3').
- finishOnKeyThree() - Method in class com.twilio4j.twiml.Record
-
Convenience function that does the same as finishOnKey("3").
- finishOnKeyTwo() - Method in class com.twilio4j.twiml.Gather
-
Convenience function that does the same as finishOnKey('2').
- finishOnKeyTwo() - Method in class com.twilio4j.twiml.Record
-
Convenience function that does the same as finishOnKey("2").
- finishOnKeyZero() - Method in class com.twilio4j.twiml.Gather
-
Convenience function that does the same as finishOnKey('0').
- finishOnKeyZero() - Method in class com.twilio4j.twiml.Record
-
Convenience function that does the same as finishOnKey("0").
- from(String) - Method in class com.twilio4j.twiml.Sms
-
The 'from' attribute takes a valid phone number as an argument.