Uses of Class
com.postman.collection.DuplicateVariableKeyException
Packages that use DuplicateVariableKeyException
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
- 
Uses of DuplicateVariableKeyException in com.postman.collectionMethods in com.postman.collection that throw DuplicateVariableKeyExceptionModifier and TypeMethodDescriptionvoidUrl.addPathVariable(Property varPath) voidUrl.addPathVariable(String key, String value, String description) Add a variable to the array of query elementsCollection.addRequest(String url) Create and add a newrequestas a top level child item of this collection.voidSet the path element using a String.voidSets the raw URL.Constructors in com.postman.collection that throw DuplicateVariableKeyExceptionModifierConstructorDescriptionRequestBody(enumHTTPRequestMethod method, String URL) Construct a RequestBody object from a raw URL.RequestBody(enumHTTPRequestMethod method, String host, String path) Construct a RequestBody with the specified HTTP method, host and path.Create a Url with the specified URLCreate a Url with the specified host and path.