Uses of Class
com.postman.collection.DuplicateVariableKeyException
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of DuplicateVariableKeyException in com.postman.collection
Modifier and TypeMethodDescriptionvoid
Url.addPathVariable
(Property varPath) void
Url.addPathVariable
(String key, String value, String description) Add a variable to the array of query elementsCollection.addRequest
(String url) Create and add a newrequest
as a top level child item of this collection.void
Set the path element using a String.void
Sets the raw URL.ModifierConstructorDescriptionRequestBody
(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.