Uses of Class
com.postman.collection.Cookie
Packages that use Cookie
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of Cookie in com.postman.collection
Methods in com.postman.collection that return types with arguments of type CookieModifier and TypeMethodDescriptionResponse.getCookies()
Return an ArrayList containing the Cookie objects comprising the value of thecookie
array propertyMethod parameters in com.postman.collection with type arguments of type CookieModifier and TypeMethodDescriptionvoid
Response.setCookies
(ArrayList<Cookie> cookie) Set the value of thecookie
array property with a pre-populated ArrayListConstructor parameters in com.postman.collection with type arguments of type Cookie