Uses of Class
com.postman.collection.Cookie
Package
Description
Encapsulates a Postman JSON collection and emulates functionality of the Postman SDK.
-
Uses of Cookie in com.postman.collection
Modifier and TypeMethodDescriptionResponse.getCookies()
Return an ArrayList containing the Cookie objects comprising the value of thecookie
array propertyModifier and TypeMethodDescriptionvoid
Response.setCookies
(ArrayList<Cookie> cookie) Set the value of thecookie
array property with a pre-populated ArrayList