Gets a ready to use Events Action. @return ActionEvents
()
| 387 | * @return ActionEvents |
| 388 | */ |
| 389 | public ActionEvents events() { |
| 390 | liveActionEvent = (ActionEvents) setupAction(getVersion().builder().actionEvents()); |
| 391 | return liveActionEvent; |
| 392 | } |
| 393 | |
| 394 | /** |
| 395 | * Gets a ready to use Mailboxes Action. |