Uses of Class
com.postman.collection.Url
Packages that use Url
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of Url in com.postman.collection
Methods in com.postman.collection that return UrlModifier and TypeMethodDescriptionRequestBody.getUrl()
Return the Url containing the values of theurl
property arrayMethods in com.postman.collection with parameters of type UrlModifier and TypeMethodDescriptionvoid
Set the values of theurl
propertyConstructors in com.postman.collection with parameters of type UrlModifierConstructorDescriptionRequestBody
(enumHTTPRequestMethod method, Url url) Construct a RequestBody with the specified HTTP method, and Url.