Add a variable to the array of query elements @param key Value for the key property @param value Value for the value property @param description Value for the description property
(String key, String value, String description)
| 159 | * @param description Value for the <code>description</code> property |
| 160 | */ |
| 161 | public void addPathVariable(String key, String value, String description) { |
| 162 | |
| 163 | this.addPathVariable(new Property(key, value, description)); |
| 164 | |
| 165 | } |
| 166 | |
| 167 | |
| 168 | /** |