Gets a ready to use Mailboxes Action. @return ActionMailboxes
()
| 397 | * @return ActionMailboxes |
| 398 | */ |
| 399 | public ActionMailboxes mailboxes() { |
| 400 | return (ActionMailboxes) setupAction(getVersion().builder().actionMailboxes()); |
| 401 | } |
| 402 | |
| 403 | /** |
| 404 | * Gets a ready to use Playbacks Action. |
nothing calls this directly
no test coverage detected