MCPcopy Create free account
hub / github.com/EsperoTech/yaade / addPathVariable

Method addPathVariable

server/src/main/java/com/postman/collection/Url.java:161–165  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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 /**

Callers 1

setPathMethod · 0.95

Calls 2

containsMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected