Gets a ready to use Bridges Action. @return ActionBridges
()
| 351 | * @return ActionBridges |
| 352 | */ |
| 353 | public ActionBridges bridges() { |
| 354 | return (ActionBridges) setupAction(getVersion().builder().actionBridges()); |
| 355 | } |
| 356 | |
| 357 | /** |
| 358 | * Gets a ready to use Channels Action. |