Skip to content

allantodd/twilio-parameter-name-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Purpose

Demonstrate the effect of this pull request - twilio/twilio-java#810

Run

./mvnw compile exec:java

Output

Without parameter name info With parameter name info
connect(Connect arg0)
dial(Dial arg0)
echo(Echo arg0)
enqueue(Enqueue arg0)
gather(Gather arg0)
hangup(Hangup arg0)
leave(Leave arg0)
pause(Pause arg0)
pay(Pay arg0)
play(Play arg0)
prompt(Prompt arg0)
queue(Queue arg0)
record(Record arg0)
redirect(Redirect arg0)
refer(Refer arg0)
reject(Reject arg0)
say(Say arg0)
sms(Sms arg0)
start(Start arg0)
stop(Stop arg0)
connect(Connect connect)
dial(Dial dial)
echo(Echo echo)
enqueue(Enqueue enqueue)
gather(Gather gather)
hangup(Hangup hangup)
leave(Leave leave)
pause(Pause pause)
pay(Pay pay)
play(Play play)
prompt(Prompt prompt)
queue(Queue queue)
record(Record record)
redirect(Redirect redirect)
refer(Refer refer)
reject(Reject reject)
say(Say say)
sms(Sms sms)
start(Start start)
stop(Stop stop)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages