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 theurlproperty arrayMethods in com.postman.collection with parameters of type UrlModifier and TypeMethodDescriptionvoidSet the values of theurlpropertyConstructors in com.postman.collection with parameters of type UrlModifierConstructorDescriptionRequestBody(enumHTTPRequestMethod method, Url url) Construct a RequestBody with the specified HTTP method, and Url.