Adds a command to be executed. @param cmd command @return self reference
(final Command cmd)
| 32 | * @return self reference |
| 33 | */ |
| 34 | RESTSession add(final Command cmd) { |
| 35 | commands.add(cmd); |
| 36 | return this; |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * Adds a command to be executed. |