Uses of Class
com.twilio.type.Twiml
-
Packages that use Twiml Package Description com.twilio.converter com.twilio.rest.api.v2010.account -
-
Uses of Twiml in com.twilio.converter
Methods in com.twilio.converter that return Twiml Modifier and Type Method Description static TwimlPromoter. twimlFromString(String twiml)Create a @see com.twilio.types.Twiml from a string -
Uses of Twiml in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account with parameters of type Twiml Modifier and Type Method Description static CallCreatorCall. creator(Endpoint to, Endpoint from, Twiml twiml)static CallCreatorCall. creator(String pathAccountSid, Endpoint to, Endpoint from, Twiml twiml)CallCreatorCallCreator. setTwiml(Twiml twiml)CallUpdaterCallUpdater. setTwiml(Twiml twiml)Constructors in com.twilio.rest.api.v2010.account with parameters of type Twiml Constructor Description CallCreator(Endpoint to, Endpoint from, Twiml twiml)CallCreator(String pathAccountSid, Endpoint to, Endpoint from, Twiml twiml)
-