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

Method getQueryElements

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

Return an ArrayList<com.postman.collection.Property Property> of key value pairs comprising the query array @return ArrayList<com.postman.collection.Property Property> containing the key value paris

()

Source from the content-addressed store, hash-verified

421 * @return ArrayList<{@link com.postman.collection.Property Property}> containing the key value paris
422 */
423 public PropertyList<Property> getQueryElements() {
424 return query;
425 }
426
427
428 /**

Callers 1

generateURLMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected