Uses of Class
com.postman.collection.Url
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of Url in com.postman.collection
Modifier and TypeMethodDescriptionRequestBody.getUrl()
Return the Url containing the values of theurl
property arrayModifier and TypeMethodDescriptionvoid
Set the values of theurl
propertyModifierConstructorDescriptionRequestBody
(enumHTTPRequestMethod method, Url url) Construct a RequestBody with the specified HTTP method, and Url.