Gets a ready to use Applications Action. @return ActionApplications
()
| 333 | * @return ActionApplications |
| 334 | */ |
| 335 | public ActionApplications applications() { |
| 336 | return (ActionApplications) setupAction(getVersion().builder().actionApplications()); |
| 337 | } |
| 338 | |
| 339 | /** |
| 340 | * Gets a ready to use Asterisk Action. |