Gets a ready to use Endpoints Action. @return ActionEndpoints
()
| 378 | * @return ActionEndpoints |
| 379 | */ |
| 380 | public ActionEndpoints endpoints() { |
| 381 | return (ActionEndpoints) setupAction(getVersion().builder().actionEndpoints()); |
| 382 | } |
| 383 | |
| 384 | /** |
| 385 | * Gets a ready to use Events Action. |