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